Search Issue Tracker
Won't Fix
Votes
2
Found in
2017.1.0f3
Issue ID
941079
Regression
No
Visual Studio solution folder removed from .sln file after reloading Unity
To reproduce:
1. Create new project
2. Create new C# script
3. Right-click script and choose "Open C# Project"
4. Right click "Solution 'New Unity Project'" (the root of all) -> Add -> New Solution Folder
5. Create new project in newly created folder (simplest example would be a console app)
6. Close Visual Studio, a popup asks if you want to save changes in the solution. Click yes.
7. Close Unity
8. Reopen the same project
9. Double click NewBehaviourScript.cs in Unity to open Visual Studio
Expected: The structure should have been unchanged
Actual: New Folder created in step 4 is missing and project created in step 5 is pulled out into root
Reproduced in 5.5.2f1, 2017.1.1f1, 2017.3.0a7
Tested on VS2017 - https://i.imgur.com/tVK8Z8O.png
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
- Help box icon in "Tile Palette" window is blurry in both Unity themes
Add comment