Hello,
I'm confused about how to do this. I would like to implement a GUI where I can add/remove character portraits in the bottom of the screen, with different positioning depending on how many portraits are available.
If I have 1, it's in the middle, 2 would be side-by-side but centered on middle, 3 would also be centered.
If someone could guide me in the right direction, that'd be appreciated. (I'm new)
EDIT: Would it be simpler to just prefab all 6 positions and AddChild to Panel when I need to change?