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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.