Search Issue Tracker
By Design
Votes
0
Found in
5.4.0f3
Issue ID
859523
Regression
No
Collider OnCollisionExit/OnTriggerExit are not called when collider is disabled while inside
How to reproduce:
1. Open attached "New Unity Project (29)" project
2. Enter Play mode
3. Move Disabled cube into a green cube and enable the first one
4. Move the same cube to the red one and disable recently move cube
Expected: when disabling cube "OnColliderExit" gets called
Actual: when disabling cube "OnColliderExit" doesn't get called
Reproducible: 2020.2.0a18
-
jhalesy
Aug 19, 2020 10:00
Had this issue, a solution is just to turn the collider into a trigger rather than disabling it.
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
A disabled game object shouldn’t have any impact, that is why collision is not generated