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
- [macOS] “Input.GetMouseButtonDown” gets set to true when pressing and when releasing the mouse button in the Device Simulator view if "targetFrameRate" is set in the script
- UWP Capabilities are not changed when rebuilding the project
- [Oculus] Lights causing artifacts when Forward+ Rendering is selected
- Game Window Icons are white when in light mode
- Crash on VFXMemorySerializer::StoreObjects when converting to Subgraph Block
xCyborg
Feb 24, 2016 21:43
Me too