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
- ComputeBuffer readback fails when Render Graph is enabled
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
Resolution Note:
Not reproduceable