Closed JesusLegaspy closed 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
Gained insight here. Apparently we can't use UnityEditor in our using for compilation since the game won't have the editor.
All done. Fixed in feature/11.
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