I am working on a game and I wanted to know if there is a way, within Unity’s player setting, to set up a splash screen without having to “programatically” set one up. (I may be making this word up)?
Under the Player Settings (Edit->Project Settings->Player), click on the device settings you want to add a splash for, and set your splash image there. It requires Unity Pro for mobile (probably stand alone too). For iOS, it sets the iOS splash screen in XCode. For Android, it creates a splash activity (or uses the main activity but overlays the splash image on startup) since Android doesn’t support splash natively. I don’t know what it does for others.
Surely this question hasn’t been asked a thousand times before. I’m too tired to search.