Search Issue Tracker
Fixed
Fixed in 2021.3.31f1, 2022.3.9f1, 2023.2.0b8, 2023.3.0a1, 7000.0.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
- WebGL build dependencies are not refreshed until the Editor is restarted
- “Audio Random Container” allows adding unlimited number in “Audio Clips” numeric field, causing Editor to freeze
- In Deferred rendering path, mixed lights don't render when enabling "Use Rendering Layers" in the Decal renderer feature
- [Windows] Special characters in file names are sorted to the end of the alphabet in the Project window
- Information box icons are not contained within the information box bounds in Render Pipeline Converter window
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.