Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b2
2018.1.0b4
Issue ID
989054
Regression
Yes
.NET Standard 2.0 API Compatibility creates com.unity.package-manager-ui.Editor.cspro when compile error apperrs
Steps to reproduce:
1. Open the attached project (New Unity Project (15).zip)
2. Open the project root folder
3. Observe the com.unity.package-manager-ui.Editor.csproj file
Actual results: com.unity.package-manager-ui.Editor.csproj is created
Expected results: com.unity.package-manager-ui.Editor.csproj should not be created
Note:
With the 2018.1.0b10 and 2018.2.0a3 versions even more files are created:
com.unity.postprocessing.Editor.csproj
com.unity.postprocessing.Runtime.csproj
Unity.PackageManagerUI.Editor.csproj
Reproduced with: 2018.1.0b4, 2018.1.0b10, 2018.2.0a3
Not reproduced with: 2018.1.0b3
This issue is fixed in 2018.1b10 and latest VSTU available here: https://forum.unity.com/threads/issues-with-visual-studio-unity.514304/#post-3378461
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Error ‘cannot use casts on l-values’ when a variable is assigned inside a second-level nested if statement before being used in a conversion
- "You cannot save to an invalid folder" warning dialog box is shown when canceling Tile Palette creation
- Global Volume visual details are blurred when Tonemapping mode is set to any other than 'ACES'
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
thisisthedave
Mar 14, 2018 18:55
I'm still encountering this bug on Unity 2018.1.0b10. I installed the updated extension referenced in the form link (Visual Studio for Mac Tools for Unity version 1.4.0.3). I also switched to the beta channel of Visual Studio for Mac. However, com.unity.package-manager-ui.Editor.csproj is generated when I launch visual studio, and it references a bunch of nonexistent source code files, which causes the solution to fail compilation.