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?