Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To handle effects when an item hits the ground, you’ll need to add a Collision Event Hanlder Handler script to the object. This component fires events when the object processes a collision. Set a threshold so that the sound effect only plays when the collision has a certain force (otherwise you will notice any disturbance causes the event to fire). Attach to the “Collision Enter” event.

...