Unity Issue Tracker - Deadlock when building player in DOTS project
Fixed
UUM-46148
Deadlock when building player in DOTS project
Unity: Asset - Database
Fixed
2023.3.X
2023.2.X
2023.1.X
2022.3.X
Fix rare deadlock that can occur when building DOTS based projects.
Fix rare deadlock that can occur when building DOTS based projects.
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.
Prioritise and Follow this issue
Have a workaround or additional info about this issue?