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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.