I tried to use the Search tool but I dind't find anything that could help me, so I'm asking it with a new topic..
I'm working on a mobile project on wich I've to use more than one atlas. I've divided the main atlas (with gui and fonts) and the other ones (mainly with character sprites and effects). I know i can't use the "Depth" tool on sliced sprites if I use more atlases togheter, so I decided to simply use world coord as depth (Z). I tought that the z-axis depth would "overwrite" the Ngui Depth, and working with it I could have more "layers" just putting something back or in front of something else. So I worked like this, and everything was going great unitl...I exported for Android. In the mobile version seems that it doesn't see the layers and the z-depth, confusing all the orders...
Why on Editor everything works fine but in mobile version everything got wrong? :/
Sorry for my english, and thank you in advice for your help! =)