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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
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