Structure of a Unity XCode Project
iOS Hardware Guide

Customizing an iOS Splash Screen

如果使用 Unity 个人版来开发项目,则会在游戏加载时显示默认的启动画面。该画面根据 Player Settings 中的 Default Screen Orientation 选项进行定向。无法更改此启动画面。

Unity Professional Edition 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 for 1–3rd gen devices
  • 1024x768 for iPad mini/iPad 1st/2nd gen
  • 2048x1536 for iPad 3th/4th gen
  • 640x960 for 4th gen iPhone / iPod devices
  • 640x1136 for 5th gen devices

The texture you supply is scaled to fit if necessary.

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

Structure of a Unity XCode Project
iOS Hardware Guide