Search Issue Tracker
Won't Fix
Under Consideration for 2021.3.X, 2022.3.X
Votes
0
Found in
2021.3.31f1
2022.3.11f1
2023.1.16f1
2023.2.0b13
2023.3.0a9
6000.0.0b11
Issue ID
UUM-53138
Regression
No
Crash on scripting_object_get_class when opening a project
Reproduction steps:
1. Open the attached “repro-project“
2. In the “Enter Safe Mode?“ pop-up select “Ignore“
3. Observe the crash
Reproducible with: 2021.3.38f1, 2022.3.27f1, 6000.0.1f1
Reproduced on: Windows 10 Pro
Not reproducible on: No other environment tested
First few lines of the stack trace:
0x00007ff73fe225f5 (Unity) scripting_object_get_class
0x00007ff73fe2cbd6 (Unity) ArrayOfManagedObjectsTransferer::begin
0x00007ff73fe5f612 (Unity) YAMLRead::TransferSTLStyleArray<ArrayOfManagedObjectsTransferer>
0x00007ff73fe3efac (Unity) YAMLRead::Transfer<ArrayOfManagedObjectsTransferer>
0x00007ff73fe75df7 (Unity) Transfer_ManagedObject<YAMLRead,1>
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
- Asset Database warning is being logged continuously when creating a script in an embedded package
- The Scene is marked as dirty when navigating Hierarchy by using arrow keys
- Build process only shows Initializing when building for Android
- TileMap Palette preview flickers when scaled
- Shader Graph Blackboard "plus" sign is not centered within the button
Resolution Note:
The project seem to contain dll's copied from the ScriptAssemblies folder, put into the assets folder. This breaks some references, and is not a workflow we support.
We should not crash, and is something we will tackle better in the future.