Hi I want to make my camera always be a perfect square but, right now I’m getting extra viewing space that I don’t want like this. http://ft.trillian.im/cj31387/67ZDHudQi-8ujvMaeXrE.jpg the blue is what i want to get rid of how would i make the camera fit into that perfect square block?
Edit > Project settings > Player
Resolution and presentation
Adjust to desired resolution eg 500 x 500
Maybe tell Unity to change the resolution upon awake in your script
function Awake (){
Screen.SetResolution(500, 500, false);
}
Alsio to preview it in the editor like this, go to the game view and click the resolution options(Could say free aspect atm for you) Change it to the option that says 500x500