- Home /
How to add a splash screen in unity free
I was wondering how you can add splash screens to your game. From what I've read I understand you have to buy unity pro to remove the unity splash screen, but I was wondering if it was possible to still add your own splash screens with unity free
Answer by Jeff-Kesselman · May 11, 2014 at 05:40 PM
Sure.
You make a scene which is just a GUITexture that fills the screen and a script that loads the next scene when the mouse is clicked.
Answer by GerryM · May 11, 2014 at 05:40 PM
You can have a simple scene (as the first scene in your game) that only does display your splash image, using a GUI texture for example. Then load the first real scene (or menu).
Answer by matheusrma · Sep 10, 2014 at 11:29 AM
If you are still having a hard time working a good looking splash screen, check it out my Asset Store package.
https://www.assetstore.unity3d.com/en/#!/content/9918
You can get a professional looking splash screen in less than 3 minutes using the build in examples
Answer by Kaysiy · Sep 07, 2019 at 02:01 PM
Check this : https://www.youtube.com/watch?v=YTpfrrXetNw
Your answer
Follow this Question
Related Questions
Opening video 0 Answers
Black screen before Splash Screen iOS 4 Answers
Annoying blue splash screen on iOS 0 Answers
Splash Screen in Unity Pro 5.4.3 0 Answers
Programmatically set Splash Screen 1 Answer