I am trying to build a layout with 3 panels (with nested layouts) arranged vertically in portrait and in a grid when landscape.
I have just started working on it, and I am not that familiar with the UI system in unity. I was thinking of using this general take:
0: Grid layout
1,2: Vertical layout
3: Text element
A,i,ii & iii: Horizontal layout
I have two questions:
How do I set it up so the widths of 1,2 and 3 are 100% in portrait and 50% in landscape?
What other important settings, behaviours and gotchas should I be aware of?