Canvas Renderer Depth

So I have two canvas elements that I’m creating at runtime, both have an image component. They’re overlapping each other, and ElementA is being create first and then ElementB. ElementB is overlapping ElementA. They are siblings. How do I make ElementA be on top instead. Render ElementA second is not a sufficient answer.

1 Like

THere are many other posts about this. Take a look at Transforms SetAsFirstSibling, SetAsLastSibling SetSIblingIndex, or if in editor drag and drop in hierarchy view.