How to make all of my GUI fit for all devices?

I’ve used AutoScale Lite by ZacBytes, but it seems pretty useless, all of the buttons either do nothing or completely mess the scale and position up. How would I make all my GUI fit on all devices?

7 Likes

You can use scale and offset at the same time.

4 Likes

yeah those are the two buttons that keep messing all the positions and sizes up

5 Likes

Hmm… First write on the size thing random thing like : 0.5,0,0.5,0 then scale it with your mouse.

5 Likes

This is a great post on explaining scale and offset and when to use each: Link

5 Likes

Would you please give some more information regarding the UI in question and steps taken when using AutoScale. When you use the plugin and set your UI to scale, add constraints, etc. I recommend editing UI in the Test window at the top of your screen, navigate to “Device” select that and select `HD 1080 1920x1080’ as demonstrated in this photo

When you use the plugin I recommend using “SmartScale” unless you purposefully want to add constraints to you UI elements. Hope this helps!

4 Likes

Also related to the matter, the easy work around is setting the gui objects position and size to scale, and make sure its parent object is scaled too (I.e. a text button is a child of a frame → make sure both the frame and text button is set to scale)

5 Likes