UI scale and offset

Hey, so when im sizing and positioning ui, when i use offset it looks terrible, and when i use scale it looks like a rectangle on phones yet a square on PCs, is there a way to make it look good for all devices?

2 Likes

If you want a square UI to stay square on all devices, consider using UIAspectRatioConstraint :slight_smile:

5 Likes