Skip to content

Shared Boing Params

SharedBoingParams is a scriptable object asset holding the spring parameters that drive every Boing Kit effect — oscillation frequency, decay rate, and related tuning.

Each Boing component can either store its own local copy or reference a shared asset, so you can tune a whole class of effects from one place.

Creating an Asset

Right-click in the Project window:

Create > Boing Kit > Shared Boing Params

Drag the asset onto the Shared Params slot on any Boing component that supports it.

Local vs Shared

  • Local — edited inline on the component. Use for one-off tuning.
  • Shared — references an asset. Edits to the asset propagate to every component that uses it.

Hover any field in the Inspector for per-property tooltips.