Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

To give the canvas more space to scale on different sizes like 600 x 800. I have it at 550 x 800 with the setting match 80% of the height.

You can program the camera to adjust itself when necessary.  Test the screen width and height and if it's too far from your target, it can change the projection size (orthographic) etc.  Just do a search on setting the camera size in Unity. There are multiple options. 

Wouldn't it be nice if mobile screens all had the same resolution?!

I do know how to change the camera settings in code, but how can I detect a user's resolution in code? Any idea?

There's one example here

Thanks for that. I'll check it out