Sound during Splash Screen?

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.

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.

in 2017.x there is an official solution, check it out here: Unity - Scripting API: Rendering.SplashScreen.Begin

1 Like

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:

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

1 Like