Hello all,
I’m working on a game for Android/iOS/web with Unity 3.4.
We are using the autorotation feature in both landscapes modes (Autoration selected and right and left checked in the PlayerSettings). the splash screen itself is landscape , 1024x682 in size, and Splash scaling is set to “center”.
On iOS, no problem, the splash launch in landscape.
On Android, we have some issues :
-when the app is launched with the phone held in Portrait (as usual ), the splash screen displays in Portrait (giant letterbox on top and bottom of the image).
-when the app is launched with the phone held in landscape, no problem (but the is not the usual way to use the phone…).
Sometimes we have the same issue with video playing. The video player always follows the 4 device orientations, even if portraits modes are unchecked in the settings…
Any ideas ? Maybe a bug ?
Thanks !