Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
2.4.5
Issue ID
HUBX-653
Regression
No
Can't open the project when it is saved with path that starts with a tilde sign "~" and not with a full Home Folder name
Reproduction steps:
1. Create a new folder in a Documents folder of the MacOS computer
2. Open the Unity Hub and create a new project
3. In the Location field write ~/Documents/\[folder name created before]
4. Open the project, save it, and exit
5. Open the project again from the Unity Hub
6. Observe the Unity Hub
Expected result: Project opens up successfully
Actual result: Project doesn't open and shows the following message: "Project path does not exist: ~/Documents/\[folder name]/\[project name]"
Reproducible with: 2.4.5
Could not test with: 3.0.0-beta.4 (unavailable to write the path manually)
Notes:
- %HomePath% in Windows is equivalent to ~ the tilde sign in MacOS
- Not reproducible on Windows. When trying to create a project with path %HomePath%/Documents/\[folder name], Unity Hub shows a window with a message: "Creating Project folder failed\!"
- Workaround to write a full project path in the Location window, also, restarting the Unity Hub changes shortened path to a full path and lets open the project
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
There are no fixes planned for this Bug