How can I fix misplaced UI on other devices?

How can I fix misplaced UI on other devices?

How can I make the UI to be located the same on all devices?


You should scale it by ui gradient if u don t know how there is a plugin for it
Here is the Link :

I have that plugin but sadly it didn’t work.

May be u just use it in the wrong way

Correct :white_check_mark: much smart
image

Wrong :x:

You may create a menu where player will choose on what device he/she playing.
Then create a script what makes positions,sizes on: mobile,Tablet,PC.
Maybe this is hard but useful.
Example:


Then player clicking on a button and script makes positions and scales of UI to players device.

1 Like

It could be a late reply, however have you tried using Scale to size them and not offset?

Within the position/size property of said UI, you can see there is Scale and offset. Set both offset to 0 and scale to your desired amount.

Sorry again for the late reply.