User Interface not Scaling Properly

Hey!

Currently, my UI is not scaling as I would like it to. It is scaled perfectly in desktop, but whenever I try to view it on mobile one of the frames does not scale down.

For all UI objects, both size and position are under ‘Scale’ and not ‘Offset.’ All Frames have UIAspectRatioConstraint children.

Here is a video of the problem:

As you can see, all UI objects scale accordingly, except for one.

Any and all help is appreciated.

Thanks!

Bumping this topic to see if anyone has any potential solutions to fix this :slight_smile:

Set the size of the Basic Frame to {1,0,1,0}

I think you might be misunderstanding the problem. I’m happy with the border padding as is, I need the padding to stay the same across all devices.

Try using a UIAspectRatioContraint

Hello, I realized that some of the values were not all in ‘scale’, the issue is now fixed.