Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
1222296
Regression
No
[MacOS] Impossible to create a project when at least one folder's name in the project path ends in "."
Repro steps:
1. Create a folder "projects." anywhere on the machine
2. In Unity Hub, try creating a new project with the location set as <path to "projects.">/projects.
Expected results: the project is created in the specified location as "." is a valid legal character in OS-X paths
Actual results: the "Create" button becomes greyed out, a "This path is invalid" error is thrown
Reproducible with: Unity Hub 2.2.2
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
- Baked GI loaded by LoadScene call with Additive mode is not cleaned up when unloading the Scene
- "Reflection Probe" borders disappear when interacting with the UI in the Inspector and one of the Reflection Probe editing tools is selected during the Baking process
- RenderGraph ContextData buffer leaks in IL2CPP when using Native Leak Detection
- Caret in "Add Default Preset" text field is vertically misaligned in Preset Manager
- Unused separation line is present at the bottom of the create GameObject sub menu when right clicking Scene in the Hierarchy
Resolution Note:
Unity internally doesn't support path ending with dot.