Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: iamslash on January 12, 2013, 01:26:25 AM

Title: android resume freezing problem
Post 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.
Title: Re: android resume freezing problem
Post by: damelin on January 12, 2013, 10:06:17 AM
There's an Unity issue since version 3.5.7:

Quote
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
Title: Re: android resume freezing problem
Post by: Nicki on January 12, 2013, 12:32:27 PM
http://www.tasharen.com/forum/index.php?topic=2737.msg13858#msg13858
Title: Re: android resume freezing problem
Post by: iamslash on January 13, 2013, 09:54:31 AM
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.