UI Size is good, but the position is wrong

I’m not the best with UI, and certainly not the best with scaling things, but I’ve been trying for a bit to scale this phone properly and it just doesn’t seem to work out.

This is what the phone looks like when editing in studio

image

This is what the phone looks like on a mobile device

Screenshot_618

Size wise, it’s basically perfect, but it’s not at the position I want it to be at, I want it to be near to the bottom like the first image is. Is there any way I can do this? All the UI elements are not in Offset, but in Scale, and I have a UIAspectRatioConstraint in the main element

image

Try remove the UIAspectRatioConstraint (only to see what happen)

Looks the same when in studio, but things get messed up when on mobile.

image

The position is good tho

So what i do is to make the sizing perfect for the phones and ect is copy the position then paste it into the size then you just need to resie the Ui and it should be fittable for all devices :+1:

1 Like

Thanks, an interesting solution and idk how it works.

1 Like