I am having some (more) trouble with UI scaling, this time with tablets (and tiny phones). The UI stays constant on phones and monitors, but on devices with a smaller X ratio of X:Y, it drastically inflates.
Is it just the back part? I wonder if its because you dont have the back ball in the same holder frame as the imagelabel. If the size is incorrect, there’s a plugin somewhere that fixes size issues on different devices.
WOOT! Fixed the issue. FRAMES are majorly affected by the size of screens. IMAGELABELS are not. If you want mint alignment, USE IMAGE LABELS INSTEAD.
[EDIT: I also added a UiRatioConstraint to the blue frame as well. I added another parent to the imagelabels and messed with the anchor points to get it just right.]