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?
You can use scale and offset at the same time.
yeah those are the two buttons that keep messing all the positions and sizes up
Hmm… First write on the size thing random thing like : 0.5,0,0.5,0 then scale it with your mouse.
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!
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)