Application always launches with same orientation on Android, regardless of OS orientation.

Hello guys.

When I launches app, it always has same orientation.

After some seconds, maybe in splash scene, it turns to OS orientation.

It seems strange action.

I expect that app launches so that it matches the orientation of os.

PlayerSettings like as bellow.

I set ‘Auto Rotation’ and checked ‘Landscape Right’ and ‘Landscape Left’.

48455-minsdk.png

And I also set min SDK api level 14.

Thanks :wink:

In your application tag in your AndroidManifest.xml file, you can add the following to make it always appear in landscape mode…

android:screenOrientation="landscape"