Search Issue Tracker
Fixed in 2017.1.0f3
Fixed in 2017.1.X
Votes
0
Found in
5.5.0f3
Issue ID
873823
Regression
No
When the path of project is loaded with " .. " in the end, project name gets overridden with " .. " in the project list
To reproduce:
1. Use this batch file in the Assets folder to load unity:
pushd %~dp0
start "" "D:\Unity550f3\Editor\Unity.exe" -projectPath %~dp0..
popd ;
2. Close Unity;
3. Load Unity again;
4. In the projects list, there will be an entry which says '..' instead of the correct project name. (See "incorrect path.png" attached).
Expected result: the project name is listed.
Actual result: ".." is listed in the project list.
Reproducible on versions: 5.3.7p3, 5.4.4p1, 5.5.0f3, 5.5.0p4, 5.6.0b6.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unity freezes when opening a project
- [Silicon] Artifacts appear in the Game view when resizing the window/entering the Play Mode in a specific project
- Marker in the animation’s preview window doesn’t stop when reaching the end of the timeline and jumps to the start of the animation when moving it with the cursor
- Animation Event marker is not placed on the current time of the timeline when using the “Add Event” button
- Editor crashes on vector_map<ConstantString,AssetBundle when using the LoadAssetAsync function
Add comment