I have a parent entity with 2 child entities. One of the children is a text element and the other is an image element. I’m attempting to get a background image behind the text element. The text element is drawn behind the image not in front. I’ve been adjusting properties but nothing seems to work.
Any ideas?
Thank you.
1 Like
Can you send a link to the project?
I’m pretty sure that the order of appearance on the Hierarchy tree controls which item gets rendered on top. The first items on the tree are rendered first (hence on the bottom) and the last items are rendered last (hence appear on top). This is what I observe for my UI items rendered in screen space.
2 Likes