- Home /
Question by
spaul13 · May 24, 2018 at 05:32 AM ·
androidrenderingresolution
How to check game resolution running on android
How to get the unity game resolution running on the android platform? (not the android screen resolution). Is there any way to change the resolution of games for the android platform (like the desktop or PC)?
Comment
Answer by FlaSh-G · May 28, 2018 at 01:33 PM
Screen.width and Screen.height return the resolution of the game, not the resolution of the screen, so use them.
You can change the resolution of a game with Screen.SetResolution.