Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Rick74 on September 13, 2014, 12:46:13 PM
-
So I did some asking around and the opinion is that this error might be NGUI related.
"Game scripts or other custom code contains OnMouse_ event handlers. Presence of such handlers might impact performance on handheld devices.
UnityEditor.HostView:OnGUI()"
I get this when building for an Iphone. Does anyone else have any experience with this error?
-
NGUI doesn't use OnMouse anywhere. Search your project for OnMouse* such as OnMouseOver, OnMouseDown, etc. Consult Unity's docs for more info.
-
Thanks for the heads up Aren, I'll look elsewhere.