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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Add comment