Is it normal for OnCollisionEnter() to not register sometimes? I have my objects change color and output debug text when the OnCollisionEnter() function is called and I have noticed that the system misses about 25-50% of the calls. It is never called even though I can see the objects react to the collisions (they are knocking around via physics.)
Is there anything I can do to have the event work 100% of the time?
Is there anything I can do to have the event work 100% of the time?