Search Issue Tracker
By Design
Votes
0
Found in [Package]
3.15.0-beta.1
Issue ID
HUBX-1529
Regression
No
Unity Hub inconsistent modal closing behaviour when clicking outside of the modal
Steps to reproduce:
- Open Unity Hub
- Open the Settings modal
- Click outside the Settings modal
- Observe the Hub
- Click the "Add" dropdown and select "Add from repository"
- Click outside the "Add from repository" modal
- Observe the Hub
Actual results: Some modals are closed when clicked outside them, some are not
Expected results: All modals should have the same closing design
Reproducible with versions: 3.15.0-beta.1
Tested on (OS): MacOS Silicon Sequoia 15.6.1
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
We explicitly do not allow closing the modal by clicking outside for the "Add from repository" dialog due to the complexity of this flow. If a user loads the repositories, selects a repository, chooses a location, selects an Editor version, and then accidentally closes the modal by clicking outside, it would result in losing all progress which would be an extremely frustrating experience.
However, for modals with no steps or low-complexity flows, clicking outside is permitted as a quick way to dismiss the modal without additional user confirmation. This ensures convenience for simple actions while protecting users from accidental data loss in more complex workflows.