Hello! How can I make the UI be bigger for Mobile? It is really small compared to how it is on other Platforms, and I just noticed that. How can I fix this?
Thanks! Any help will be appreciated!
Hello! How can I make the UI be bigger for Mobile? It is really small compared to how it is on other Platforms, and I just noticed that. How can I fix this?
Thanks! Any help will be appreciated!
You can use a plugin for scaling! (Works for all devices no matter the resolution). This means that it’ll change the size of the GUI depending on the devices resolution.
(There are other plugins out there if you dislike this one, or prefer another one)
I’m not having an issue with scaling, I’m having an issue where it’s too small on mobile. And I already use that plugin and it’s fabulous, but that’s not really what I am asking at all.
Maybe remove the UIAspectRatioConstraint. I use autoscale and I don’t use UIAspectRatioConstraint and still get good scaling
Alright, I will make sure to do that soon once I’m back at home! I think that would work since UIAspectRatio does scale really small sometimes, so I will definitely have to try this!