I cant build my game to apk , i always get same 2 errors.
I dont know how to fix them, i have been trying everything that i found on the forums but nothing worked
UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:182
at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00065] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:89
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr),When i try building my game I always get 2 same errors.
same issue, official latest release…
Build completed with a result of ‘Failed’
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (BuildPlayerOptions options) [0x0021f] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:182
at UnityEditor.BuildPlayerWindow.CallBuildMethods (Boolean askForBuildLocation, BuildOptions defaultBuildOptions) [0x00065] in C:\buildslave\unity\build\Editor\Mono\BuildPlayerWindowBuildMethods.cs:89
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
cannot build apk, anyone?
There is reference to a UnityException just before it concerning a scriptable object…I’ll start traversing scriptableobjects, but this was out of the blue. Stopped creating apk’s…
UnityException: GetBool is not allowed to be called during serialization, call it from OnEnable instead. Called from ScriptableObject…
@Aleksa_Djordjic
Buddy it is because it is a beta. They have been having build erros but that is expected with an incomplete version of Unity. So if you really need to build then build in a previous version. Until then you gotta wait.
Still getting the same error as of 03.06.2018. any help?
I got an older version of the sdk, worked fine for me then. Might work for you guys.
The link i used to fix my problem: