fix UnityEditor.BuildPlayerWindow+BuildMethodException: 4 errors

Viewed 48

I'm getting the following error during the build process. Can you help me on how to fix it?

UnityEditor.BuildPlayerWindow+BuildMethodException: 4 errors
  at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002da] in <5f40cdb07bd44d76a23dad985a4ec283>:0 
  at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <5f40cdb07bd44d76a23dad985a4ec283>:0 
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)

I also tried to google to solve this problem, but to no avail

0 Answers
Related