Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.0a15
Issue ID
UUM-7776
Regression
Yes
Crash when closing Unity Editor after creating Prefab root
Reproduction steps:
1. Open the attached project
2. Open “Assets/GameObject.prefab”
3. In the Hierarchy window click “GameObject” and drag it into the Project window, “Assets” folder
4. Click “Create Base”
5. Close Unity Editor
Expected result: Unity Editor closes normally
Actual result: Unity Editor crashes when closing
Reproducible with: 2022.2.0a15
Not reproducible with: 2019.4.39f1, 2020.3.36f1, 2021.3.4f1, 2022.1.5f1, 2022.2.0a14 2022.2.0a16
First lines of stacktrace:
{noformat}0x00007FF6200434BA (Unity) FileAccessor::SetLength
0x00007FF620014C9A (Unity) File::SetFileLength
0x00007FF62114D867 (Unity) UndoManager::RegisterUndoOperation
0x00007FF62114D17F (Unity) UndoManager::RegisterUndoInternal
0x00007FF62114D116 (Unity) UndoManager::RegisterUndo
0x00007FF62112EB08 (Unity) RegisterFileChangeUndo{noformat}
Reproducible on: Windows 10 Pro 20H2
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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
Not reproduceable