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
- Awaitable.NextFrameAsync() fails to resume when invoked multiple times from the playModeStateChanged event
- Text input duplicates in the TextField when textField.isDelayed is set to true and typing with a Japanese keyboard layout
- “AssetDatabase.GetMainAssetTypeAtPath" returns the incorrect type when using a global namespace class with the same name as a Unity type
- Editor silently crashes when switching platforms when Meta XR Core SDK is imported
- Crash on Object::SetCachedScriptingObject when entering the Play Mode immediately after stopping asynchronous operations in the previous Play Mode session
xCyborg
Feb 24, 2016 21:43
Me too