How can I fix misplaced UI on other devices?
How can I make the UI to be located the same on all 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.
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:
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.