Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: martin.developer on February 20, 2014, 07:16:04 AM
-
Hello,
We have fully working iOS build and currently we wanna create Android build, but when I testing game on device - GUI working properly but after, lets say, 5 seconds screen goes black (screen contains only GUI) or on other scene some textures disappears.
Where can be problem please?
-
Is there some 4K atlases?
-
Nope, every atlas is limited to 2k max.
-
Which version of Unity are you using? Pro? Are you using pro stuff like RenderTexture or some things?
-
Unity3D Pro with iOS and Android Pro plugins.
No, we do not use RenderTexture or other. We using only simple Textures and Sprites. And with some tweening (rotation, position).
-
Here is the video with problem:
http://www.youtube.com/watch?v=1QlRBiZ-N00
-
I don't know what it can be. May be you should wait for an answer of the NGUI dev.
-
Don't use multi-threaded rendering.
-
Nice, now is it okay.
Thank you!