Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
5.3.2f1
Issue ID
773735
Regression
No
OnTriggerExit2D is not called when resizing collider
Steps to reproduce:
1. Open attached project's scene "1".
2. Enter play mode.
3. Select test22 game object in hierarchy.
4. Change CircleCollider2D Radios to 10 - OnTriggerEnter2D is called.
5. Change radios back to 1 - OnTriggerExit2D is not called.
Expected - that OnTriggerExit2D gets called like it does on 3D physics.
Tested on 5.4.0b7, 5.3.3p1 and 5.1.1f1
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
xCyborg
Feb 24, 2016 21:43
Me too