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`.
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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
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