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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
A disabled game object shouldn’t have any impact, that is why collision is not generated