An open API service indexing awesome lists of open source software.

https://github.com/exhuma/unity-collision-test

A minimal reproduction of an issue I have with Unity learning
https://github.com/exhuma/unity-collision-test

Last synced: 8 months ago
JSON representation

A minimal reproduction of an issue I have with Unity learning

Awesome Lists containing this project

README

          

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?