Search Issue Tracker
Fixed in 2022.3.8f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 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
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Duplicated groups and incorrect grouping in UI Builder when using UxmlElementAttribute: libraryPath
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
- Crash on UNITY_FT_Render_Glyph_Internal when Generating Font Atlas in the Font Asset Creator Window
Resolution Note (fix version 2023.3):
Fix rare deadlock that can occur when building DOTS based projects.
Resolution Note (fix version 2023.2):
Fix rare deadlock that can occur when building DOTS based projects.