Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: MaT. on July 26, 2013, 08:16:03 AM
-
Hi,
I am having an issue on my project.
I have a Panel that hold UI content. In that panel I have another panel and inside a Label. Here is the problem.
You can see the hierarchy in the attachment.
In the issue attachment you can see the problem. My label disappear when I move it along the y axis. I don't understand why... Whe I move it forward along the z axis it appears but I need to make it very close to the camera and it's not good.
Thanks a lot !
-
Put the label on Position Z= -5, that should help I think.
Are you using font texture or dynamic font?
-
Each panel makes its own draw call(s). Each draw call is either above or below the other (not intersections). Since your label is moved behind the other drawcall, the whole thing is moved behind and is therefore hidden by the widgets in front of it.