Search Issue Tracker
Fixed
Fixed in 2021.3.22f1, 2022.2.12f1, 2023.1.0b9, 2023.2.0a5
Votes
2
Found in
2021.3.17f1
2022.2.7f1
2023.1.0b4
2023.2.0a4
Issue ID
UUM-27645
Regression
Yes
Crash during project build when accessing Remote Shader Cache
Unity may non-deterministically crash while building shaders, specifically while accessing the remote shader cache.
A common workaround for the issue is to launch with `-disableShaderCacheRemote`.
Comments (1)
-
Thygrrr
Mar 09, 2023 23:14
I am pretty sure multi threaded code still causes crashes.
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
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
Resolution Note (fix version 2023.2.0a5):
Fixed multithreaded code to not cause crashes
Resolution Note (fix version 2023.1.0b9):
Fixed multithreaded code to not cause crashes
Resolution Note (fix version 2022.2.12f1):
Fixed multithreaded code to not cause crashes
Resolution Note (fix version 2021.3.22f1):
Fixed multithreaded code to not cause crashes