Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.44f1
Issue ID
UUM-29407
Regression
No
Crash on RaiseException when opening specific project
Reproduction steps:
1. Open the attached project “CrashRepro“
Expected result: Project opens
Actual result: Editor crashes
Reproducible with: 2020.3.45f1, 2021.2.0a3
Not reproducible with: 2021.3.19f1, 2022.2.8f1, 2023.1.0b3, 2023.2.0a3
Fixed in: 2021.2.0a4
Reproducible on: Windows 10, Windows 11
First few lines of stack trace:
{noformat}0x00007FFBC73D051C (KERNELBASE) RaiseException
0x00007FF68CB3293F (Unity) LaunchBugReporter
0x00007FF68BFEB48D (Unity) EditorMonoConsole::LogToConsoleImplementation
0x00007FF68BFEC17A (Unity) EditorMonoConsole::LogToConsoleImplementation
0x00007FF68DC165BE (Unity) DebugStringToFilePostprocessedStacktrace{noformat}
Note: When opening with 2020.3.45f1 it gets stuck while loading on {{Assertion failed on expression: 'mv_size == sizeof(T)'}}
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
- SerializeReference does not update references when the generic field type changes
- Memory leak when running tests in IL2CPP with System.Threading.Timer
- Tile Palette Tilemap dropdown icons are not visible
- Create New Tile Palette dropdown text is not centered and text is cut off
- Volume numeric fields allows adding unlimited number in numeric field which breaks UI, no character limit
Resolution Note:
This no longer occur in 2021.3 and later versions. For the 2020.3 stream, deleting the Library folder and re-importing solves prevents the crash.