Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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
-
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
-
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.
-
We have an iPad Air here and clipping works :)
-
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
-
Related? http://www.tasharen.com/forum/index.php?topic=9840.0
-
For us it was. We just had to set the graphics level in player settings to 'Force OpenGL ES 2.0'. Thanks!