Version: 2019.1
Estructura de un Proyecto XCode de Unity
Guia del Hardware de iOS

Personalizando una Pantalla Splash iOS

If you make your project with 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.

The size of the Texture depends on the target device:

  • 320x480 pixels para dispositivos de 1–3 generación
  • 1024x768 para dispositivos ipad mini/ipad de 1/2 generación
  • 2048x1536 para ipad de 3ra/4 generación
  • 640x960 para iPhone de 4ra gen iPhone / dispositivos iPod
  • 640x1136 para dispositivos de 5ta gen
  • 750x1334 for 6th gen regular models
  • 1242x2208 for iPhone Plus models
  • 1125x2436 for iPhone X

The Texture you supply is scaled to fit if necessary.

You can set the splash screen textures using the iOS Player settings.


Estructura de un Proyecto XCode de Unity
Guia del Hardware de iOS