Search Issue Tracker
Fixed
Fixed in 2022.2.0f1, 2023.1.0a21
Votes
1
Found in
2022.2.0a13
2022.2.0a15
2023.1.0a1
Issue ID
UUM-1685
Regression
No
Crash when exiting the Play Mode and there's a script attached to a GameObject with "gameObject.hideFlags = HideFlags.DontSave;"
Reproduction steps:
1. Open the attached project
2. Enter the Play Mode
3. Exit the Play Mode
4. Observe the crash
Expected result: the Play Mode should stop
Actual result: Editor crashes
Reproducible with: 2019.4.39f1, 2020.3.35f1, 2021.3.3f1, 2022.1.2f1, 2022.2.0a15
Reproducible on: Windows 10 (21H2)
First few lines of the stack trace:
0x00007FF6CEF2EC84 (Unity) SceneDataContainer::GetSceneData
0x00007FF6CEF2F141 (Unity) SceneDataContainer::HasData
0x00007FF6CEF2D284 (Unity) SceneVisibilityState::AreAllChildrenVisible
0x00007FF6CFAB1326 (Unity) SceneVisibilityState_CUSTOM_AreAllChildrenVisible
0x000001FAE70312EE (Mono JIT Code) (wrapper managed-to-native) UnityEditor.SceneVisibilityState:AreAllChildrenVisible (UnityEngine.GameObject)
0x000001FAE703114B (Mono JIT Code) UnityEditor.SceneVisibilityManager:AreAllDescendantsVisible (UnityEngine.GameObject)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
- Particle System emission ignores the Sprite Atlas when using a Material that has the "Include in Build" setting unchecked
Add comment