How to make GUI be scaled on pc and mobile

Hey! So recently I made a GUI for my game, and I realized it doesn’t scale properly on mobile. On pc, it is on the side like normal, but on mobile, half of it is cut off. I tried moving it on pc so that it scales onto mobile, but it gets essentially into the middle of the screen. Someone, please help me with this, I am stuck.

3 Likes

Awesome plugin I suggest using is AutoScale Lite, it scales the UI by adding a UIAspectConstraint for you. I would also set the UI’s anchor point to .5,.5

6 Likes
  • Use the plugin recommend above by @lluckvy, it makes it a whole lot easier and gets the job done much faster

  • Use the Scale (found under the size and the position properties) and AnchorPoint properties, which are built exclusively for this purpose.

3 Likes

You can use my plugin, I’m not sure does it have any bugs, but you can test it.

Post:

Plugin: