Need suggestion or help regarding new UI

Hi All,

I want to design UI (please check the below ref image) using new ui system .
The UI should support both orientation (Landscape and Portrait).

Is it possible?
Can someone please suggest me any solution or steps to follow?

You can use UI panels as a tab.

You have to include title and other grid buttons inside Panel. UI panel is a parent of title and grid objects, while grid (empty game object) is also parent of sub-buttons.

so, inside Panel A, you have to arrange UI text & UI buttons properly. Likewise Panel B , Panel C, etc. You can use anchor points for that so it will work in all device resolutions. Take some reference of Canvas.

When User tap on A, then you have to open Panel A (which is a parent), while all other panels B, C, D, etc will be disable. Same, when user tap on B, you have to open Panel B & rest of the panels will be disable.

Likewise all panels will be children for ‘1’. I mean ‘1’ will be parent of set of panels, ‘2’ will be parent of another set of panels, etc…

It’s not too hard, but take care to manage all parents & children game objects.

Good Luck. (y)