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
- “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:
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.