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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
- Editor crashes on D3D12GetInterface when repeatedly enabling and disabling 256 text components
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.