Search Unity

Controlling when splash screen disappears

Discussion in 'Android' started by Asse83, Jan 8, 2013.

  1. Asse83

    Asse83

    Joined:
    Aug 1, 2009
    Posts:
    169
    Hi all,
    as we all know you can setup a splash screen using the player settings. This image disappears automatically when Unity and the first scene is loaded.

    And that's the problem. Because we only load a simple scene and after that we start to load our assetbundles etc. dynamically. During this process the splash screen should still be visible and we want to decide when the app really has finished loading and disable the splash screen.

    Can this be achieved somehow?
     
  2. 4shm3x

    4shm3x

    Joined:
    Jan 6, 2012
    Posts:
    118
  3. Asse83

    Asse83

    Joined:
    Aug 1, 2009
    Posts:
    169
    I would prefere to control the native loading screen.

    But thanks anyway ;)