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?
How they look 1920x1080
Hey they look when scaled down to emulate a square display.
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.
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.