Tiny UI

I’m developing for Android and I’ve noticed that on bigger resolutions my UI looks incredibly tiny. On The Editor it looks perfect but when I actually port the game to an Android device, I can barely see the UI.

Does anyone know what I’m doing wrong or how to fix this?

what does your canvasScaler look like?

It looks like this :

UI Scale Mode is “Constant Pixel Size”

Scale Factor is “1.0”

Reference Pixel Per Unit is “100”

maybe try “scale with screen size” mode?

1 Like

Thanks for the feedback, I’ll try it out.