Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: AxelF on June 05, 2014, 06:44:32 AM

Title: UIScrollview / UIPanel - clipping not working on iPad Air
Post by: AxelF on June 05, 2014, 06:44:32 AM
Hi,

I'm using NGUI 3.5.9 and implemented a scrollable are in my mobile app following your tutorial and examples. Basically it worked like a charm on every mobile device (iPhone, Android, WindPhone) I tested the app. But its broken on my iPad Air.
At first I thought I made a mistake implementing it but then I tested your example scenes and they did not worked either. As seen in the attached screenshot.
 
I can not reproduce the problem in Unity itself, no matter what resolution I'm trying. And, as said, the only device I'm getting the clipping error (without error messages) is the iPad Air. I have no other iPad's so I can not say if the problem persists on other pads.

Any ideas?

Regards, Axel
Title: Re: UIScrollview / UIPanel - clipping not working on iPad Air
Post by: yeagerj on June 05, 2014, 03:26:50 PM
Just so you know, we're seeing the same problem and it does seem to only be the iPad Air. We've tested with an iPad 1 and 4 and had no issues.

- Josh
Title: Re: UIScrollview / UIPanel - clipping not working on iPad Air
Post by: ArenMook on June 06, 2014, 02:29:51 AM
Whenever you see clipping not work like that, it means shaders are disabled -- either due to quality settings, to you targeting ARMv6/GLES 1.1, or due to device not supporting shaders.
Title: Re: UIScrollview / UIPanel - clipping not working on iPad Air
Post by: r.pedra on June 06, 2014, 02:52:04 AM
We have an iPad Air here and clipping works  :)
Title: Re: UIScrollview / UIPanel - clipping not working on iPad Air
Post by: yeagerj on June 09, 2014, 06:36:29 PM
r.pedra, what shader are you using for the sprites being clipped? We've tried the 'Unlit - Premultiplied Colored' and 'Unlit - Transparent Colored', but clipping is still not working for us on the Air.

Thanks,

- Josh
Title: Re: UIScrollview / UIPanel - clipping not working on iPad Air
Post by: ArenMook on June 10, 2014, 02:39:58 AM
Related? http://www.tasharen.com/forum/index.php?topic=9840.0
Title: Re: UIScrollview / UIPanel - clipping not working on iPad Air
Post by: yeagerj on June 11, 2014, 09:43:13 AM
For us it was. We just had to set the graphics level in player settings to 'Force OpenGL ES 2.0'. Thanks!