Created a Vertical game for iPhone / Android

Hey everyone, this should be an easy question to solve;

The cameras in Unity are of rectangular ratio, such as Landscape on smart phones.

Is there a way to setup the game camera as Vertical? to play a game with the longer dimention on the sides?

I cant seem to make the camera do this? or do i have to create the game "sideways" on the computer and refer to say the Terrain in terms of "left-forward" - "right-backward"?

Thanks guys

Under Normalized View Port Rect in the camera...

Also try setting to orthographic if you don't need it to be 3D...

This help?

Hope it does, if not comment back and I'll try more.

Good night!

Switch the Unity editor to iOS/Android, then the game view drop-down will have Tall and Wide selections. But even without switching, you can always just resize the game view to whatever you want manually.