unity errors will not build my game

Started by
1 comment, last by Septopus 5 years, 4 months ago

hi, a blind it student and using unity 2018.2.18 latest build. using a screen reader jaws for windows from http://www.freedomscientific.com and also non visual desktop access (nvda) from http://nvaccess.org and called nvda. and using windows 10 1809 64 bit pro on a toshiba satellite pro laptop. now. had to code in visual studio 2017 community 15.9.4 and now got this error and not sure if the editor or section is accessible. tried googling and got no answers. trainers is on vacation till january 7. so was wondering, how to fix or point me to how to fix the errors. in australia. and will paste below. UnityEditor.BuildPlayerWindow+BuildMethodException: Error building Player because scripts have compile errors in the editor
  at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:187 
  at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x0007f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:94 
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
.

Advertisement

This almost appears to be an "error about an error", I would check the rest of the log line by line to see if there's another entry that references the actual script that has the problem. 

Also, does the game run in the editor?  If it throws an error while running in the editor that error will likely be more helpful than the build error above.

This topic is closed to new replies.

Advertisement