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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment