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
- Host: GitHub
- URL: https://github.com/exhuma/unity-collision-test
- Owner: exhuma
- Created: 2022-11-01T08:43:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T08:45:51.000Z (over 3 years ago)
- Last Synced: 2025-06-07T01:04:33.660Z (about 1 year ago)
- Language: C#
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?