Search Issue Tracker
Fixed
Fixed in 6000.0.49f1, 6000.1.2f1, 6000.2.0a11
Votes
0
Found in
6000.0.46f1
6000.1.0b14
6000.2.0a8
Issue ID
UUM-102784
Regression
Yes
Crash on Collider::FindNewAttached when parenting a GameObject in OnDisable and the script component is above the collider
Reproduction steps:
1. Open the attached project "CrashProject"
2. Enter the play mode
Expected result: The child GameObject is parented during OnDisable()
Actual result: Editor crashes
Reproducible with: 2023.3.0a4, 6000.0.46f1, 6000.1.0b14, 6000.2.0a8
Not reproducible with: 2022.3.61f1, 2023.3.0a3
Reproducible on: Windows 11
Not reproducible on: No other environment tested
First few lines of stack trace:
{noformat}0x00007FFE89184058 (Unity) Collider::FindNewAttached
0x00007FFE8918646E (Unity) Collider::ParentingChanged
0x00007FFE891B4C51 (Unity) PhysicsManager::HandleColliderHierarchyChanges
0x00007FFE89124F3F (Unity) TransformHierarchyChangeDispatch::DispatchSelfAndAllChildren{noformat}
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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
Resolution Note (fix version 6000.2.0a11):
Fixed Crash in Collider::FindNewAttached when parenting a root GameObject in OnDisable
Resolution Note (fix version 6000.1.2f1):
Fixed Crash in Collider::FindNewAttached when parenting a root GameObject in OnDisable
Resolution Note (fix version 6000.0.49f1):
Fixed Crash in Collider::FindNewAttached when parenting a root GameObject in OnDisable