dotBunny/VSCode

UnityEditor could not be found during build. Unity 4.6.9f1

Closed this issue · 1 comments

When I attempt to build a game I receive the following error

Assets/Plugins/VSCode/Plugins/Editor/VSCode.cs(19,11): error CS0246: The type or namespace name `UnityEditor' could not be found. Are you missing a using directive or an assembly reference?

The runs fine in the editor, but refuses to build.

Fixed it, I didn't read the docs correctly, and therefore didn't have it in the Plugins/Editor directory. Doh!