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
- Editor Perforce login fails when Perforce shows a license expiry warning
- Assertion failed error in HDRP builds when enabling STP via script
- FBX Resamples Curves incorrectly when importing FBX files
- ProBuilder GameObject Faces disappear when increasing the Sides Count value
- FileUtil.CopyFileOrDirectory throws IOException when destination parent folder does not exist
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.