Unity Pro without Unity Splash Screen not working

Hey everyone,

we are using Unity 5.2p1 with a Unity Pro license and an iOS Pro License. Whenever we build our game with XCode 7 for iOS9 without the Unity SplashScreen our splash screen is shown, but the first scene is missing all background assets except for a few images. Also the screen does not get refreshed and the few images visible flicker in every position they were during their animation frames. Seems like GL is not clearing or something like that.

When using the Unity Splash Screen, It shows in between ours and the first scene and the scene also loads perfectly fine.

What’s the difference loading or code whatever-wise that it works with, but not without the Unity Splash Screen.

SOLUTION:

  • DISABLE Settings for iOS → Other Settings → Auto Graphics API
  • Remove Metal from the graphics APIs

OR

  • Check the cameras for possible Don’t clear flag