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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Add comment