Recently, I was making a game UI and noticed huge scaling issues. The UI looked absolutely terrible on larger devices. I was wondering, how could I detect the devices resolution and change a UI scale’s scale to be smaller when the device is larger? I was hoping that this would make the UI smaller and add more padding around the UI when the device is larger to prevent this.