ScriptReference/MonoBehaviour.OnCollisionEnter2D #491
Replies: 1 comment
-
|
Note that collision detection runs as part of the physics simulation phase of the game loop, which leads to a few gotchas. For example, OnCollisionEnter2D will not run in any of the following circumstances:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ScriptReference/MonoBehaviour.OnCollisionEnter2D
https://docs.unity3d.com/ScriptReference/MonoBehaviour.OnCollisionEnter2D.html
Beta Was this translation helpful? Give feedback.
All reactions