Unity Issue Tracker - Crash on scripting_object_get_class when attempting to build data
Fixed
UUM-644
Crash on scripting_object_get_class when attempting to build data
Unity: Content Build
Fully landed and backported
Open
2021.2.X
Fixed
2022.2.X
2022.1.X
2021.3.X
Fix crash that could occur when building assets using SerializeReference. The crash was related to C# objects accidentally being referenced after garbage collection had destroyed them.
Fix crash that could occur when building assets using SerializeReference. The crash was related to C# objects accidentally being referenced after garbage collection had destroyed them.
Fix crash that could occur when building assets using SerializeReference. The crash was related to C# objects accidentally being referenced after garbage collection had destroyed them.
Reproduction steps:
1. Open the user's attached project
2. Build the project
Expected result: Build is successful
Actual result: The Editor crashes