Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: iamslash on January 12, 2013, 01:26:25 AM
-
I'm using ngui 2.2.7c.
I got freezing problem when I test with galaxy s3.
After suspending and resuming my application,
NGUI buttons doesn't not respond my touch.
What am I supposed to do?
Please give me an advice where to start.
-
There's an Unity issue since version 3.5.7:
It seems that Unity's Touch.fingerId returns an incremented number after each sleep/resume cycle.
But I haven't look at NGUI code... so not sure that it's related..
source: http://forum.fatalfrog.com/index.php?topic=252.0
-
http://www.tasharen.com/forum/index.php?topic=2737.msg13858#msg13858
-
I fixed it.
I had unchecked multitouch on Camera object.
So I checked again and fixed codes ProcessTouches on UICamera.cs.
Because I don't need multitouch.