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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment