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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
A disabled game object shouldn’t have any impact, that is why collision is not generated