- Home /
New GUI - change layer order of gui elements
how do you change the arrangement order of new gui UI elements / objects?
It the bad way, the order should work with z-index . I want show the text in top, it hard to do it!
Answer by Slev · Sep 21, 2014 at 05:14 PM
Drag them above and below each other in the list of objects in the scene. The list of objects represents the layering to a degree.
And note that this order is reverse of what you would think it is. In photoshop, your higher layer covers your lower layer, but currently in Unity, your lower child image will cover your higher one. I think its due to the fact that nested children must show above parents.
Your answer
Follow this Question
Related Questions
uGUI dynamically place buttons of arbitrary-size (left-align) 0 Answers
uGUI creating a list 0 Answers
uGUI button text color changes on mouseover 1 Answer
uGUI SelectionGrid 0 Answers