from landscape to portrait

Hello guys,

I am developing an application for PC standalone and the screen will be mounted in up-right position. So, the visualization will be portrait oriented instead of the standard landscape. Now, I know that I can change the orientation by

Screen.orientation… and that’s what I did, but in the editor when I run the application I haven’t noticed any change. I
wonder than what the Screen.orientation is about, does it work only on IPhone/Pod/Pad ?
Is there a way to say “I want everything in the portrait orientation” ?

Thank you very much.
GC

Not entirely sure but it seems that one can not alter the orientation of a desktop screen. DO you tilt it on its side?

My suggestion, why not just change the camera dimensions?

Well… it’s not just a matter of changing the dimensions of the camera, it’s really about the hardware… As the pixels space changes. Pretty much similar to the tilting of the iOS devices. But I was wondering if there is a way to set the rendering of the application portrait oriented rather then landscape… but I guess it really much depends on the hardware… rather then the software.

GC.

I guess you are right in tht there is no x y camera vars. that being said, good you letterbox it yourself? Meaning have two black bars blocking either the to and bottom or left and right portions of the cameras field of view? Of course you could but not sure if it would suit you.

Good luck!