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
- Terms of Service agreement checkbox is invisible under specific OS system themes (UI Accessibility)
- Tile Palette: "Create New Tilemap" dropdown area is displayed in several colors
- Input.mousePosition stops syncing to touch input when using "DownloadHandlerTexture" in WebGL build
- UI Builder canvas doesn't update element styling accordingly when changing Active Theme for some Editor Authoring elements
- Selector Value buttons are not aligned with parameters in UI Builder
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.