Adding Object Impulse

You can add physical impulse to your objects when you spawn them.

Consider adding a slight offset on the Y-axis. This helps prevent objects from intersecting with the surface

If physics placement isn't working, ensure the following:

  • Your prefabs have a non-trigger collider and a non-kinematic rigidbody.

  • Your object's layer is set to collide with the scene's ground and environment

Use the Align With Scene View to easily set your impulse direction. Simply go to your scene view, look at the direction you want the impulse, and hit the " Align With Scene View" Button.

Last updated