UI scaling problems to fit all devices

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want my UIs to fit all devices.

  2. What is the issue? The issue is with the UI not scaling properly and it’s really weird and strange in each device, like resizing in a weird way and things like that.

  3. What solutions have you tried so far? I’ve tried doing the Scale method, but didn’t work. It’s worked, but the buttons/textlabels are not scaling.

On Computer:


On Mobile:
image

As you can see, it’s just really weird…

1 Like

Chances are they are either:
sized by offset, or
there is a minimum UI size constraint set somewhere, or
They are sized by scale, but not to their direct parent.
You may also want to check the size constraint property, as this can maintain the aspect ratio but oversize the element.

1 Like

Try this! He explains this stuff nicely>