So, I am having a lot of trouble with getting my GUIs to stay in the positions I want them in, even when using Scale instead of Offset.
In the studio, they look like this:
However, tabbing into the game itself, they look like so:
Not sure how to fix this, but it is very annoying.
1 Like
craftpast
(Craft)
September 18, 2023, 12:58am
#2
Have you tried using the AutoScale Lite plugin? It might help
[AutoScale Lite Banenr]
Overview
The plugin has two main functions. Converting a UI element’s size/position to Scale or Offset, and the auto scaling feature.
The Add Constraint feature makes use of the UIAspectRatioConstraint which ensures that your UI retains it’s size on all screen sizes. You can add this constraint to your UI manually but my plugin does the calculating of the AspectRatio property by dividing the AbsoluteSizes so you don’t have to!
[image]
How do I use it hmmmmm?
Firs…
I have. It’s good for making sure objects don’t shrink/squeeze when you’re not using a 16:9 ratio resolution, but It’s not really solving the issue of UI objects just going everywhere.