Search Issue Tracker
Fixed in 2019.1.X
Votes
0
Found in
2018.1.6f1
Issue ID
1057320
Regression
No
OnTriggerExit2D() not triggered when collider gameObject is destroyed from another collider's OnTriggerEnter2D
To reproduce:
1. Download attached project "OnTriggerExit2DBug.zip" and open in Unity
2. Open "SampleScene" scene
3. Enter Play mode
4. Observe that in Console there is no "OnTriggerExit2D()" printed after the ship is destroyed
Notes:
- This issue reproduces on both Windows and OSX
- Workaround: Set the Mine.ShowBug boolean to false and run the scene
- Destroying the collider gameObject from FixedUpdate() causes the expected OnTriggerExit2D()
Reproduced on Unity 2017.1.4p2, 2017.2.3p2, 2017.3.2f1, 2017.4.7f1, 2018.1.9f1, 2018.2.0f2 and 2018.3.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [URP] Exceeding the platform's supported light limit gives shadow distortion when using Deferred Rendering Path
- URP Sample Buffer Image Tile is moved when the Offset Value is changed
- Static constructor in a struct returns false when running tests with IL2CPP
- Console throws warnings and a MissingReferenceException error for XR packages when doing a clean project import
- [Linux][IL2CPP] Dedicated server crashes when calling Socket.Send
Add comment