Hi All,
Which settings should i use to looks like the game same on all kind of screen resolutions?
In Unity the menu and game looks like fine:

But on Android device (samsung tablet) this looks very different (2560 x 1600)… :

Thanks for help!
Hi All,
Which settings should i use to looks like the game same on all kind of screen resolutions?
In Unity the menu and game looks like fine:

But on Android device (samsung tablet) this looks very different (2560 x 1600)… :

Thanks for help!
Change your canvas scaler settings. You are currently using “Constant Pixel Size”. You might get results more like what you want on a different setting. For example, “Scale With Screen Size” or “Constant Physical Size”.
Thanks , now it works perfect!