Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.1.3f1
2018.3.0a11
Issue ID
1077367
Regression
Yes
[VSforMac] Using ".NET 4.x Equivalent" runtime version with ".NET Standard 2.0" API level causes C# project to lose System ref
Steps to reproduce:
1. Create new Unity project
2. Create a new script
3. Make sure that the "Scripting Runtime Version" is set to ".NET 4.x Equivalent" and "Api Compatibility Level" is set to ".NET Standard 2.0" (those values should be the default on latest versions)
4. Double-click the script to open it in Visual Studio
5. Notice that there's a bunch of "Predefined type 'System.Void' is not defined or imported." & "Predefined type 'System.Object' is not defined or imported." errors
Visual Studio for Mac 7.6.3 (build 1) used.
Reproduced with: 2018.1.3f1, 2018.2.7f1, 2018.3.0a1, 2018.3.0a11
Not reproduced with: 2018.1.2f1
Note: the default values of these settings are different in older versions so the error might not be seen right away even if they are reproducible.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on PluginManager::RefreshPlugins when closing the Editor without making any changes with JetBrains Rider selected as the External Code Editor and Google Mobile Ads third-party plugin imported
- GetMainLight() returns incorrect distanceAttenuation value for a Custom Shader when URP Forward+ Rendering Path is used
- Standalone Profiler crash on GuidReservations::Reserve when it is opened on a specific project
- m_RenderPipelineGlobalSettingsMap or m_SRPDefaultSettings is pointing to UnityEngine.Rendering.HighDefinition.HDRenderPipeline when High Definition RP package is removed
- Rendering Debugger fields have no padding at the bottom of the fields list
Add comment