Hi!
We are trying to put a label with this structure:
+ Panel
+ GameObject
+ Sprite (Depth 3, Z = 0)
+ Label (Depth 1, Z = -1) <- PROBLEM
+ Button
+ Sprite (Depth 0, Z = 0)
+ Sprite (Depth 1, Z = 0)
We are using this panel in 3D view with a billboard and sometimes the label isn't viewed. This billboard is applied to the panel.
The main camera is a perspective camera.
Thanks!