Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: mishaps on January 08, 2014, 01:04:31 AM
-
Been getting this warning in the console recently:
Game scripts or other custom code contains OnMouse_ event handlers. Presence of such handlers might impact performance on handheld devices.
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
Is this something I should be worrying about or does NGUI disable it automatically on mobile? Perhaps I hit the wrong tickbox somewhere? :o
-
NGUI doesn't use OnMouse* events, so I would suggest checking your code. OnMouseOver, OnMouseOut, etc. Those are not NGUI's functions.
-
Okay. It was an old version of FingerGestures. Thanks for the advice.