How to fix UI scaling between devices?

Alright so, how do I make the UI scale the same for every device ratio?

I’m not entirely sure how to fix this:

Any help would be very appreciated, thanks!

  • CookieCrisps

Well, where to begin? UI Scaling is very important. Every device has a different screen.
Autoscale Lite is the best suggestion I can give.
UI Scaling goes a lot more in depth but its something you need to learn over time. Why does Autoscale Lite add a UI Aspect ratio? What is that? How does it work?

I also suggest going to the dev documentation on UI scaling which it explains a lot of it.

2 Likes

Thank you for the information! I’ll look into it to fix this issue.