Overview
I’ve been working on designing GUIs lately, and I’ve run into challenges with scaling them properly across different devices, both in size and positioning. I’ve looked for solutions to this scaling problem, but none of the methods I’ve found seem to resolve the issue.
Here is an example of the GUI i’m trying to scale:
This is what is looks like on another device:
The GUI appears significantly more spaced out compared to what I see on my device. The size is also not scaled properly, which is my main concern.
What you guys can do:
I’m curious if anyone has suggestions for properly scaling a GUI without relying on a plugin. I’ve experimented with UIAspectRatioConstraints and various plugins, but none have shown good results. Am I doing something wrong?
Extra info
I can share screenshots of the GUI’s properties if you require them.
Thanks.