dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
674 stars 181 forks source link

Imported type defined multiple times #143

Open joelstransky opened 7 years ago

joelstransky commented 7 years ago

Assets/Plugins/Editor/VSCode.cs(441,32): error CS0433: The imported type `System.Diagnostics.Process' is defined multiple times

Assets/Plugins/Editor/VSCode.cs(489,55): error CS0433: The imported type `System.Net.WebClient' is defined multiple times

Assets/Plugins/Editor/VSCode.cs(713,25): error CS0433: The imported type `System.Text.RegularExpressions.Regex' is defined multiple times

Using Unity 5.4.1f1 and Google Mobile Ads Unity Plugin v3.1.3

reapazor commented 7 years ago

Hey Joel,

Have you upgraded Unity to 5.5+ by chance? Is it still happening?