I’m having some issues.
I am making a really simple pong game. I have the FoV and clip planes where I want but the camera’s view is still square. How do I make it any “shape” I want. Such as making it wider only?
I was told on IRC to change the “resolution aspect ratio”. I looked and looked and couldn’t find this.
Thanks for the help Unity Community!
Not sure if this is what you’re looking for but consider one of the following:
-
Main Camera: Go to the Inspector >> Camera >> Normalized View Port Rect >> Height Width. The values are 0-1 I believe.
-
Menus: Go to Edit >> Project Settings >> Player >> Default Screen Width Height.
-
Vignette: Create a custom mask overlay in a photo editing program, that is attached to the main camera, as would be done for a menu or HUD item.