Search Issue Tracker
Fixed
Fixed in 2022.3.8f1, 2023.1.10f1, 2023.2.0b6, 2023.3.0a1
Votes
0
Found in
2022.3.0f1
2023.1.0f1
2023.2.0b1
2023.3.0a1
Issue ID
UUM-46148
Regression
No
Deadlock when building player in DOTS project
Bonfire has 100% freeze when building the player after clean import.
Freeze was tracked down to Import Worker msg parsing during the build process.
Deadlock was due to main thread and background thread both needing to lock the persistent manager to process this msg.
Fix is to move log processing from background thread to main thread.
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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Resolution Note (fix version 2023.3.0a1):
Fix rare deadlock that can occur when building DOTS based projects.
Resolution Note (fix version 2023.2.0b6):
Fix rare deadlock that can occur when building DOTS based projects.