dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
673 stars 180 forks source link

Definition Errors at Runtime #117

Closed BHoney closed 8 years ago

BHoney commented 8 years ago

For some reason, Unity will suddenly "lose" the plugin while running, throwing the following errors and removing all the menu options.

Assets/VSCode/Plugins/Editor/VSCode.cs(23,25): error CS0101: The namespacedotBunny.Unity' already contains a definition for VSCode'

Assets/VSCode/Plugins/Editor/VSCode.cs(1214,18): error CS0101: The namespacedotBunny.Unity' already contains a definition for VSCodeAssetPostprocessor'

It usually occurs something up to three minutes of opening a project. At first I thought it was after the first run of the game scene but after waiting for a bit it turns out it just happens at the same time no matter what.

reapazor commented 8 years ago

Hmm, I tried to reproduce this issue but wasn't able too locally. It sounds like something todo with your install unfortunately. :(