So long time lurker, first time poster.
I am building a UI for my game. This all needs to be done by Gamepad. I have a working inventory system that generates an appropriate number of item slots at game start. The Inventory Panel is working almost perfectly. I am now attempting to have the inventory menu be an option from a smaller selection menu.
So what I am trying to do is:
UI Navigation between Panels
I am building a UI for my game. This all needs to be done by Gamepad. I have a working inventory system that generates an appropriate number of item slots at game start. The Inventory Panel is working almost perfectly. I am now attempting to have the inventory menu be an option from a smaller selection menu.
So what I am trying to do is:
- Have a parent Menu to select between a few options (Character info, Inventory, Bestiary, .....)...
UI Navigation between Panels