I setup an object with a collider and a rigidbody. When it hits something it’ll bounce off of it like you expect, but only sometimes will it do the OnCollisionEnter callback.
If it bounces, it obviously did a proper collision. So any idea why the callback is not happening 100% of the time?