When I try to build my project, I get these error messages.
---------------------------------------------------------------------------------------------------------------------------------------
1 *is a warning*) **Game scripts or other custom code contains OnMouse_ event handlers. Presence of such handlers might impact performance on handheld devices.
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)**
---------------------------------------------------------------------------------------------------------------------------------------
2) **Build completed with a result of 'Failed' in 128 seconds (127585 ms)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)**
---------------------------------------------------------------------------------------------------------------------------------------
3) **UnityEditor.BuildPlayerWindow+BuildMethodException: 2 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer
(UnityEditor.BuildPlayerOptions options) [0x002ca] in <6ca5a1eeed924aafabbbb98281c05418>:0
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation,
UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in <6ca5a1eeed924aafabbbb98281c05418>:0
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)**
---------------------------------------------------------------------------------------------------------------------------------------
thanks in advance for all the answers
↧