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
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
- [Android] Duplicate fingers reported in InputSystem.EnhancedTouch.Touch.activeFingers array
xCyborg
Feb 24, 2016 21:43
Me too