Structure of a Unity XCode Project
Customizing an iOS Splash Screen
If you use Unity Personal Edition to make your project, 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 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.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
Structure of a Unity XCode Project