Search Issue Tracker
In Progress
Fix In Review for 2021.3.31f1, 2024.1.X
Fixed in 2022.3.9f1, 2023.2.0b8, 2023.3.0a1
Votes
0
Found in
2021.3.16f1
Issue ID
UUM-22691
Regression
No
[MacOS] Application with file dialog freezes when switching windows
Steps to reproduce:
1. Open the “ModalDialog” project
2. Build And Run the project
3. Click the white circle
4. Switch to some other window
5. Switch back to the application
Expected result: Can continue interacting with the file dialog
Actual result: The application froze
Reproducible with: 2021.3.16f1
Could not test with: 2020.3.43f1 (throws errors), 2022.2.1f1 (throws errors), 2023.1.0a24 (throws errors)
Reproduced on: macOS Monterey 12.2 (Intel)
Note: The issue is reproducible only in a build and only on macOS
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.3.0a1):
When a Player loop was blocked by a Modal window function and then the app was unfocused and focused, it started another player loop recursively which caused dead locks in graphics code. Issue is now fixed, the additional player loops are no longer called in this situation.