I’m trying to optimize my UGUI-Layout somewhat by adding additional canvases to minimize layout-recalculations.
However, when adding a nested canvas, its contents seem to disappear behind its parent/siblings.
Example of my Layout:
When adding a Canvas to the “TopRow”-object, the row disappears behind the “Background”-Object.
This happens both when the Background is a sibling or when it’s the parent (Panel).
Expanding the X-Scale of the TopRow shows that the UI is being rendered, but is displayed behind the Background:
Setting Sorting-Orders and Z-Position does not seem to make any difference.