Search Issue Tracker
Fixed in 2018.1.X
Fixed in 5.6.X, 2017.1.X, 2017.2.X, 2017.3.X
Votes
0
Found in
2017.1.0f3
Issue ID
932044
Regression
No
OnCollisionExit2D isn't always triggered when using polygon/edge colliders and multiple collision points
How to reproduce:
1. Open "repro-project" project
2. Open "Tester" scene
3. Play and observe Game View
Expected result: Both the "Square" and "2Points Polygon Collider" gameobjects should trigger OnCollisionEnter2D and OnCollisionExit2D the same amount of times, resulting in the counter numbers (black text) never exceeding 1.
Actual result: "2Points Polygon Collider" gameobject triggers OnCollisionEnter2D more times than OnCollisionExit2D resulting in counter number always increasing.
Reproducible with: 5.5.1f1, 5.6.0f1, 2017.1.0f3
Fixed in: 5.6.4p1, 2017.1.2p2, 2017.2.0p1, 2017.3.0b5, 2018.1.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
- Last segment of a Sprite Shape Spline is affected by other segments' Sprite Variant change when no edge Sprite is selected
- [iOS] Application frequently crashes on Social.LoadAchievements call when many achievements are registered
Add comment