Version: 2018.2
Unity XCode 项目的结构
iOS 硬件指南

自定义 iOS 启动画面

如果使用 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:

  • 第 1–3 代设备为 320x480 像素
  • iPad mini/iPad 第 1 代/第 2 代为 1024x768
  • iPad 第 3 代/第 4 代为 2048x1536
  • 第 4 代 iPhone/iPod 设备为 640x960
  • 第 5 代设备为 640x1136
  • 第 6 代普通型号为 750x1334
  • iPhone Plus 型号为 1242x2208
  • iPhone X 为 1125x2436

The texture you supply is scaled to fit if necessary.

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


  • 2018–06–14 页面已修订并只进行了有限的编辑审查
Unity XCode 项目的结构
iOS 硬件指南