Do you need a rigidbody for OnCollisionEnter?
Do you need a rigidbody for OnCollisionEnter? It doesn’t have to be an non-kinematic rigidbody though – so if you have objects you don’t wanna do physics (like gravity) for, you can attach a rigidbody still to it, and set the kinematic checkbox. Then when that object hits your trigger Read more…