UiAspectRatioConstraint issue

  1. What do you want to achieve? Keep it simple and clear!
    I want it so that my GUI is properly scaled on the left side of the screen.

  2. What is the issue? Include screenshots / videos if possible!
    I used the AutoScale lite plugin to scale it with a UIAspectRatioConstraint, however, it didn’t visually appear as intended.

  3. What solutions have you tried so far? Did you look for solutions on the Creator Hub?
    I tried searching in the DevForum, but to no results or solutions to my problem. Heres an Image of what its currently like:

Compared to what I intended:

1 Like

is the problem the position?

if so, change the frame’s anchor point to (0, 0.5)
then it will stick to the left side.

2 Likes

Yep, that worked and it was the position, Thanks, so much!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.