Search Issue Tracker
By Design
Votes
0
Found in
5.5.0p3
Issue ID
866026
Regression
Yes
Reparenting causes call of OnTriggerEnter/OnTriggerExit callbacks
Steps to reproduce:
1. Open attached project
2. Open scene "repro2"
3. Run it and in console notice that OnTriggerEnter and OnTriggerExit keeps looping
Script B.cs receives OnTriggerEnter and OnTriggerExit callbacks. In those, object parenting is changed between Child -> Parent and Parent -> Child. Due to this re-parenting OnTriggerEnter and OnTriggerExit keep getting called and whole logic causes a loop.
Reproduced with: 5.5.0p3, 5.6.0b3
Not reproducible: 5.4.4f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment