how to set different orientations for each scene?

i have 4 scenes
i need to set scene 1 and scene 3 in landscape, scene 2 and scene 4 in portrait mode
how can i do this
please help me out
im searching for a long time but couldnt find out the answer :frowning:

You mean for mobile devices right?

Read this: Unity Scripting - Screen.orientation

Screen.orientation = ScreenOrientation.LandscapeLeft;
Screen.orientation = ScreenOrientation.Portrait;