Search Unity

White Screen After Splash Screen Unity Android

Discussion in 'Android' started by Seraphic572, Dec 14, 2017.

  1. Seraphic572

    Seraphic572

    Joined:
    Mar 11, 2016
    Posts:
    21
    Hello Everyone ,

    I build an Android 3D game where I am launching a scene which is really huge which lots of gameobjects in it, using Unity 2017.2.0f3

    After splash screen is launched the app is showing a white screen for nearly 5 - 7 secs which is not good . How can I avoid that white screen to be not shown .

    Few people have suggested that its because of clear flags of Camera , But i don't think that is an issue .

    Any clue what exactly is happening in there before showing original scene?
     
  2. JuliusM

    JuliusM

    Unity Technologies

    Joined:
    Apr 17, 2013
    Posts:
    835
    Do you use a static splash screen? If you do, I'd suggest to try Unity 2017.2.1p1 (it should be released soon). In that Unity version the static splash screen should be visible until your first scene starts rendering (and that version includes fixes for a couple of issues caused by the static splash screen).
     
  3. r8-Bit-Ape

    r8-Bit-Ape

    Joined:
    Jan 21, 2014
    Posts:
    20
    I'm using 2017.3.1p4 and the static splash screen does not seem to display. I just get about 10 seconds of the splash screen background colour whilst game is loading... Is this a known bug and is it fixed in later release?