Dynamic splash screen

Is there any possibility that the splash screen will be changed dynamically? Each time I start the application, another random splash screen is chosen from a series of splash screens that I choose. Can it be done without first appearing on the black screen for 2-3 seconds?

If you have one of the payed unity licenses you can remove the build in “made with unity” screen.
And the first scene you load can just be the random splash screen, that should load quiet fast.

The problem is that if I disable unity default splash screen, until the splash screen made by me loads, a balck screen of one - two seconds appears, and my boss doesn’t like it.

Unless you like to pay for the unity source code, there is not much you can do.

What platform are you on? If it is iOS, it sounds as if the storyboard is missing.

1 Like

Thanks for advice, I will try to create a storyboard to see if the problem disappear.