UI Scaling on All Devices

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I want to achieve UI that keeps its position and size no matter what type of device you are using to play my game.

  1. What is the issue? Include screenshots / videos if possible!

This UI has all offsets set to 0 yet the position is still off a bit and text looks like blurry and weird.

How it should look like on all devices:

How it looks when I change the device:

There isn’t much difference but it looks very ugly and I want to fix this.

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I’ve tried setting all the objects offset to 0 which is what I do for everything, I tried moving it around a bit but it just looks so bad… Help me please.

UIAspectRatio is very good for fulfilling this purpose. Read up on this plugin and how to use it: [Plugin] AutoScale Lite for GUIs - Scale your UI

1 Like

I’ll give it a shot and shoot back a message if it doesn’t work, thank you.

Works great, thanks tons. It looks a bit odd on XBOX but I can fix that up myself. Works like its supposed to and I think it’s really good. Glad to have this in mind.

1 Like