Search Unity

Sound during Splash Screen?

Discussion in 'iOS and tvOS' started by Dark Tonic Audio, Mar 5, 2012.

  1. Dark Tonic Audio

    Dark Tonic Audio

    Joined:
    Mar 5, 2012
    Posts:
    1
    Is there any way to get an audio clip to play during the splash screen? I can think of a couple workarounds, but none of them seem optimal.
     
  2. jerotas

    jerotas

    Joined:
    Sep 4, 2011
    Posts:
    5,572
    To be clear, I assume you mean the screen that originally says "powered by Unity" right? lol, I know you do, but someone else will ask you if I don't.
     
  3. gamefish

    gamefish

    Joined:
    Jul 5, 2013
    Posts:
    14
    Hoorza likes this.
  4. Hoorza

    Hoorza

    Joined:
    May 8, 2016
    Posts:
    45
    Hey Gamefish. Do you know how can I use it to add some sound to the original Unity splash screen? I do not want to ad new scene with another splash screen. I am very happy to have my quick logo and Unity's logo on for 2 seconds total, then get the player straight to the game. I have put a simplest script in my first scene to see if I can use:
    Code (CSharp):
    1. if (!SplashScreen.isFinished)
    but that just doesn't work as I wished. Can't seem to find any more info how to do it. Any help will be appreciated.

    Regards

    Steve

    LoOnar Forge
     
    noio likes this.