Hello. On my loading screen the image in the middle stretches whenever you play the actual game. In studio it looks fine. The UI is scaled correctly using scale not offset. I’ve tried using UIAspectConstraint and UISizeConstraint and in those cases it just uncenters itself from the screen.
There are numerous ways to do this, including changing the anchorPoint to 0.5, 0.5 to keep the ui center while using constraints, or you can change the image scaleType to another value if the issue is imagelabels/buttons ratio size being off. If it’s just an image I personally would change scaleType, but if it’s another object, (I.E. frames, textLabels, E.T.C.) I would simply change the anchor point and position to match the old location along with adding a constraint.