JesusLegaspy / augmentedaudio-unity

1 stars 0 forks source link

[Bug] Compiler Error in Assets/plz.cs #12

Closed JesusLegaspy closed 7 years ago

JesusLegaspy commented 7 years ago

Assets/plz.cs(5,7): error CS0246: The type or namespace name `UnityEditor' could not be found. Are you missing an assembly reference?

Check the TravisCI logs. Even passing builds have the compiler error.

Possibly the same error as issue #13

JesusLegaspy commented 7 years ago

Gained insight here. Apparently we can't use UnityEditor in our using for compilation since the game won't have the editor.

JesusLegaspy commented 7 years ago

All done. Fixed in feature/11.