UIAspectRatio Issues

Hey, basically my UI is sizing set to scale, all correct, except it squishes on other devices. To fix this, I used a UIAspectRatio, but, when I did this, I tested other devices and the 2 frames just completely moved. Any reasons?

With Ratio + Other Device:
image

With Ratio + Main Device (what it was made on):
image

1 Like

Have you tried to set the anchor point to 0.5,0.5?

Just tried, works! The one thing I overlooked, Thanks!

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