UI is not in the same location?

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

  1. What do you want to achieve? I would like to make a build mode that works on ALL screens (You can get the build mode from my last post)

  2. What is the issue? Even though I am using the scale, not offset: It still doesn’t work…

Here is what it is supposed to look like
image
What it looks like on different devices:




  1. What solutions have you tried so far? I tried converting myself instead of using a plugin. Same result…

The plugin I use:
Autoscale Lite
image

The scale (On the triangle)
image

Thanks for helping me :smiley:

1 Like

yeah I have had the same problem when i was making UI, i still dont know how to fix it

1 Like

Contain all the different uis into a frame and position the frame at the corner

2 Likes

Didnt work…

It has the same result

Try changing the SizeConstraint of your GUI to either RelativeYY or Relative XX. This should help if your goal is to prevent the GUI from stretching on various screen sizes.

Alternatively, you could add a script that adjusts the scale of the GUI based on the device’s resolution.

6 Likes

Same. I just updated my game and the Guis all went back to origanal. I play on xbox and can barely see the words.

1 Like

Thanks! This worked very well!

You deserve an heart also <3