Squashed UI Even When Scaled | Help me?

Im facing a little problem with my HotBarUI, basically it gets squished really weird, even tho im using scale on everything, the frame the text the gridlayout the buttons

Heres how i want my hotbar to look like

and here is how it looks like when i change the size of my screen

it looks very squished

i just want it to look normal like the first image

i tried to add a UIAspectRatioConstraint (inside the hotbar main frame with the hotbar slots inside of it) but it gave me another issue

my problem with the ui aspect ratio constraint is that it moves the frame depending on the size of the screen

which i dont really want to happen

any help please?

3 Likes

your hotbar must not be positioned properly

use 0.5, 1 AnchorPoint and 0.5, 0, 1, 0 Position (positioned at the bottom center of the screen)

4 Likes

thank you man you solved my problem

Give him the soluation better for his profile and everything. I would want that.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.