GUI Scaling Advice

What are some of the methods that you guys utilize to scale GUI’s consistently across all devices? I get very frequent stretching of images across varying mobile devices, PC’s, and laptops, but can’t find any reliable ways to make them consistent with one another. Do you folks have any suggestions?

1 Like

you may find this helpfull

3 Likes

I usually just use scale instead of offset and make a script that makes the sizes of all the frames larger on mobile devices. I’ve also seen people mix offset and scale together, but that can get pretty complicated.

1 Like

Check out this tutorial: https://www.youtube.com/watch?v=4yeeGnEBzFY
Or maybe find another tutorials yourself on YouTube.