Version: 2021.1
Building apps for Android
Gradle for Android

Кастомизация экрана приветствия (Splash Screen) на Android

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) будет рисовать ваше изображение в его естественном размере, но если оно слишком большое – оно будет уменьшено чтобы помещаться.
  • Scale to fit (letter-boxed) будет рисовать ваше изображение, так, чтобы его наибольшее измерение точно помещалось в размер экрана. Пустое место вокруг сторон в более коротком измерении будет заполнено черным.
  • Scale to fill (cropped) будет масштабировать изображение, так, чтобы его более короткое измерение точно помещалось в размер экрана. Изображение будет обрезаться по более длинному измерению.
Building apps for Android
Gradle for Android