UI not resizing

Hi there! I’m a complete novice when it comes to UI designing and I genuinely cannot seem to find a solution that works for my exact situation. That may just be because of my own inexperience, but the problem stands.

All I want is for the GUI to generally have the same layout on all devices. However, right now it looks like the video attached:

Any help is appreciated, thanks in advance!

Hmmmm are you using offset when sizing your UI items? To give an example here is what scale and offset looks like in the Size property
{Scale,Offset,Scale,Offset}. The first Scale and Offset are for the X value, and the other two are for the Y value.

Now Offset means well offset, scale on the other hand is basically a percentage, for instance, if you set scale to 1, itll cover the whole screen! If you want to convert offset to scale theres a plugin called autoscale light I think. Dont quote me I honestly dont know

2 Likes