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

Last updated