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

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.

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).

If you are still having a hard time working a good looking splash screen, check it out my Asset Store package.

You can get a professional looking splash screen in less than 3 minutes using the build in examples

Check this :