Without going the hassle of compiling and trying, i would like to ask if it is possible to Show unity FREE splashscreen anywhere or anytime i want with the SplashScreen.Draw() function, instead of being the first thing to be shown? Or is it a unity pro feature only?
Unity Personal has to show the splash screen right in the beginning. Unity Plus and Pro include the option to disable this splash screen. I’m unaware of any feature to display that splash screen at a later point in the game though, but I haven’t actually tried that. But yes, you would need Plus or Pro to prevent the splash screen appearing before any of your scenes run.
You can show it using the Splash screen.Draw function however it will still be shown at the start of you are using personal edition. You would need to disable it with a plus/pro license and then use the draw function.
Thanks but Sorry to hear that
I did want to Show it after player hits the “NewGame” button as an intro, that would be cool.