UI Elements overlapping each other

Hello, I am trying to make some simple buttons that go at the bottom of the game for people to use. When testing the buttons for scaling issues everything is fine except the elements overlap each other instead of spacing out equally. Is there a specific way to fix this?

image
How they look 1920x1080

image
Hey they look when scaled down to emulate a square display.

1 Like

You can try a few things.
UIAspectRatioConstraint
And/Or
Try setting the ui’s anchorpoint to (0,1) and resizing the sizeconstraint property by XX vs YY.

3 Likes

Thank you! I have always seen them UI constraints but never thought to use them… I also discovered grid layout in the process haha. Such a noob I am at UI designing.

That reminds me. UIListLayout is what you are looking for actually. I told you the wrong one.

5 Likes