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
Comments (1)
-
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
- After converting a Built-in project to URP render texture related errors are spammed that can lead to Game view being rendered on top of Scene view
- UI Builder slider value lags and stutters when sliding/modifying certain property values
- "Reset UI Builder Layout" functionality inconsistently changes Canva Size when "Match Game View" is enabled/disabled
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
Resolution Note:
A disabled game object shouldn’t have any impact, that is why collision is not generated