Search Issue Tracker
Fixed
Fixed in 3.18.1-beta.1
Votes
0
Found in
3.18.0
Issue ID
UUM-142090
Regression
No
"Import Projects" button functionality can be found misleading
Steps to reproduce:
- Open Unity Hub
- Delete all projects from the Projects tab
- Press the "Import projects" tab
## Select any project directory in the prompt, or
## Select any directory (except the parent directories) in the prompt
- Press "Open"
- Observe the Hub
Actual results: The directory is not added to the list and nothing indicates what went wrong
Expected results: Some information is displayed for what went wrong
Reproducible with versions: 3.18.0
Tested on (OS): Windows 11 Pro (25H2)
Notes:
- To make it clear what the button does, one of these should be expected:
** A warning/error is thrown when an invalid directory is selected
** A single selected project is parsed as a valid project to import
** A tooltip is displayed when hovering over the 'Import Projects' button
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
- AdaptiveLOD sample has missing prefabs and throws missing prefab errors when the AdaptiveLOD sample is imported and the AdaptiveLOD scene is opened
- Error "transform.position assign attempt for 'x' is not valid" is logged when Moving Game Object to View while a Scene is multi selected
- [Desktop] Plastic move detection mixes up identical files
- SVG Icon has tessellation issues in "Antialiased Arc Encodings", ok with "Basic Triangulation"
- "You may not pass null objects" and "Maximized serialized file backup not found" errors are thrown when maximizing and minimizing docked Multiplayer Play Mode window after Multiplayer Play Mode package is uninstalled
Resolution Note:
Improved the Import projects flow to provide clearer guidance when selecting a folder:
The folder picker dialog now shows the title "Select a folder containing Unity projects", making it clear that a parent folder should be selected rather than an individual project folder.
When a folder containing no valid Unity projects is selected (exmaple: a single project folder selected directly instead of its parent), a tooltip message is now displayed: "No projects found. Select a folder that contains Unity projects."
The folder picker no longer remembers an invalid selection - reopening it will default to the last valid location instead of opening inside the rejected folder.
Resolution Note (fix version 3.18.1-beta.1):
Improved the Import projects flow to provide clearer guidance when selecting a folder:
The folder picker dialog now shows the title "Select a folder containing Unity projects", making it clear that a parent folder should be selected rather than an individual project folder.
When a folder containing no valid Unity projects is selected (exmaple: a single project folder selected directly instead of its parent), a tooltip message is now displayed: "No projects found. Select a folder that contains Unity projects."
The folder picker no longer remembers an invalid selection - reopening it will default to the last valid location instead of opening inside the rejected folder.