Search Issue Tracker
Fixed
Fixed in 2022.3.16f1, 2023.1.14f1, 2023.2.0a14
Votes
14
Found in
2022.2.6f1
2023.1.0b10
2023.2.0a8
Issue ID
UUM-31364
Regression
No
[AsyncLoadInEditor] Crash on Sprite::Transfer<GenerateTypeTreeTransfer> when building the project
Reproduction steps:
1. Open the attached project “CrashRepro“
2. Build the project (File > Build and Run)
Expected result: Project builds successfully
Actual result: Editor crashes
Reproducible with: 2022.1.0a16, 2022.2.0a1, 2022.2.6f1
Not reproducible with: 2021.3.18f1, 2022.1.0a15, 2022.1.24f1, 2023.2.0a3
Couldn’t test with: 2020.3.44f1 - “error CS0246: The type or namespace name 'UniversalRendererData' could not be found“, 2023.1.0a1(crashed when opening project on VFXBatchedEffect::AddInstance) 2023.1.0b5 (crashed when opening project on MonoScriptInfoScraper::GetAssemblyScrapedMonoScripts)
Reproducible on: Windows 10, Windows 11
First few lines of stack trace:
{noformat}
0x00007ff6691277c5 (Unity) Sprite::Transfer<GenerateTypeTreeTransfer>
0x00007ff66913812c (Unity) Sprite::VirtualRedirectTransfer
0x00007ff669698d36 (Unity) TypeTreeCache::GetTypeTree
0x00007ff66968ea39 (Unity) SerializedFile::WriteObject
0x00007ff669679317 (Unity) PersistentManager::WriteFile
0x00007ff66967b02f (Unity) PersistentManager::WriteFile{noformat}
Note: Project crashes when opening with AMD gpu on streams other than 2022.2.x
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (fix version 2023.2.0a14):
Fixed by known PR in 2023.2.0a14.