Version: 2020.3
Language : English
Building apps for Android
Gradle for Android

Customizing an Android Splash Screen

If you have a Unity Personal subscription, a default splash screen displays while your game loads. It is oriented according to the Default Screen Orientation option in the Player settings. You cannot change this splash screen.

Unity Pro subscription users can change the splash screen. You can use any Texture in the project as a splash screen. You can set the Texture from the Android Player Splash Image settings. You should also select the Splash scaling method from the following options:

  • Center (only scale down) draws your image at its natural size unless it is too large, in which case it is scaled down to fit.
  • Scale to fit (letter-boxed) draws your image so that the longer dimension fits the screen size exactly. Empty space around the sides in the shorter dimension is filled in black.
  • Scale to fill (cropped) scales your image so that the shorter dimension fits the screen size exactly. The image is cropped in the longer dimension.
Building apps for Android
Gradle for Android