Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 274 Bytes

File metadata and controls

7 lines (5 loc) · 274 Bytes

This project serves as a reproduction for an issue I have with understanding Unity collisions.

The project shows a circle moving towards, and colliding with a square.

Both have colliders, but the OnCollisionEnter2D (attached to the circle) is never called. Why is that?