Hi all,
I’m trying to build an APK file for internal release. The app is supposed to run in landscape mode, so I specified Landscape Left in Unity. But I’m not uploading this app to Google Play or anything like that, just making a .apk file.
And the app runs in Portrait rather than Landscape…
Is this the expected behavior? Can I set Screen.orientation to landscape in code instead, or something like that?