Hey everyone,
I still don’t have a clue what the difference between OnCollisionEnter and OnTriggerEnter is. I don’t understand the difference. It would be really cool, if anyone could explain that to me. >.<
Thanks in advance. <3
Hey everyone,
I still don’t have a clue what the difference between OnCollisionEnter and OnTriggerEnter is. I don’t understand the difference. It would be really cool, if anyone could explain that to me. >.<
Thanks in advance. <3
Hi Anisie,
Welcome to our community!
OnCollisionEnter gets called if a non-trigger collider is involved in the collision. OnTriggerEnter gets called if a trigger collider is involved in the collision.
Did this clear it up for you?
See also:
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.