Hiya! I need some support on a UI situation I am having.
I have tried looking at tutorials on here and off the platform but I have come to no conclusion on how actually to resolve this issue. I am new to this whole UI Design stuff, and I want to improve but I cannot do anything without learning how to import and adequately scale the UI’s. So problem I am having, is below;
the purple and yellow things should be parented to the background. the purple and yellow things should only use scale, and no offset. the white background can have offset and scale in its size. also use a UIAspectRatioConstraint on the background
UIAspectRatioConstraint just locks the size, the way to fix the Issue is to either use a plugin or change size and position to use scale instead of offset manually, I would consider putting in a UIAspectRatioConstraint inside the main frame though