So my UI design is resized and compatible with every device except for phones, and i’m not sure why it’s isolated that one type of device to not work for. I have some pictures to show you what i mean:
Anyone know how i can easily fix this?
So my UI design is resized and compatible with every device except for phones, and i’m not sure why it’s isolated that one type of device to not work for. I have some pictures to show you what i mean:
Anyone know how i can easily fix this?
I might be wrong but there must be a setting that scales the GUI appropriately to the screen size.
Do you mean in the properties section?
Is your size property only scale?
You must use scale (Percentage of the screen) instead of offset (Pixels of the screen). Phones have fewer pixels, so it would take up more of the screen. Use scale instead, which is percentage.