Logo configuration when generating apk in Unity 5

Asked

Viewed 327 times

0

Does anyone know why the logo Unity the apparatus is not vertical follows the image to facilitate understanding

inserir a descrição da imagem aqui

I stopped to be in vertical position the rest of the configuration did not change anything

  • Today you want to kill my answers again? : D I’m going to erase here.

3 answers

1

I don’t know if I understand your question correctly. From what I understand your game is Landscape but the splash screen is in Portrait?

I wouldn’t know how to solve it without looking at your code or settings in Unity, but as far as I know the Unity logo respects sitting orientation in Edit > Project Settings > Player > Resolution and Presentation. If you have more than one selected it can put as default the protrait, but just for testing go playing with the settings to understand better. Another thing you can do is put a setting like for example "Just Portrait" and rotate the rest of your game with the code:

Screen.orientation = ScreenOrientation.Portrait;

Just put it in any Start in your scripts.

0

If I’m not mistaken the Unity logo with the mobile phone standing (Portrait) is just like that. If you are using Unity pro you can change the image.

0

In the build configuration (player Settings), you can choose the default orientation of the game (Landscape, Portrait, auto rotation, etc...).

File -> Build Settings -> Player Settings -> Settings for iOS (or) Settings for Android -> Resolution and Presentation -> Default Orientation

Browser other questions tagged

You are not signed in. Login or sign up in order to post.