Hi everyone! I need to make an animated splash screen for my game but I can only set a regular picture in Player Settings. Can I make the animated splash screen and if yes then how?
Thanks in advance for the answers.
The best way I know is to make the splash as usual but load immediatly into a scene that has your loading aniamtion and handles all your loading (thus spending as little time as possible in the first loading screen)
The trick is to make your splash image and the animated scene line up seamlessly but its the only we I know how to handle this.
However so far as I know the best way to handle loading properly requires the pro version, you can still do it in the free version but not ASyncronously (where you can determine how much had loaded and thus calculate a proper loading bar percentage etc)