Using:
Unity 5.1.1f1 Pro
IOS Pro
Where are the settings to swap/remove this image? It popped up on the Unity 5 build.
Using:
Unity 5.1.1f1 Pro
IOS Pro
Where are the settings to swap/remove this image? It popped up on the Unity 5 build.
This works in pro only
Edit → Project Settings → Player Settings: under “Splash Screen”
The texture you give them for the splash screen actually only shows up in the config dialog (the one that lets you set your quality and resolution before playing). If you want a real splash screen, you’ll have to program it yourself.
I already modified those settings and they work fine. The first splash screen that shows up shows up. But there seem to be an extra unity splash/load screen that I’ve never seen before. It says, “made with unity” directly in the center of the screen.
When you say, you have to program it in, are you talking about manually replacing unity’s image i’m talking about? Or just customizing the splash screen?
Under “Splash Screen” in player settings, there’s a “Show Unity Splash Screen” checkbox that you need to turn off to get rid of the unity logo.
As for your splash screen, you have to actually program an image to appear, then transition into your game (or however you want to do it).
Thereeeeeee it is. Thanks!