Can I add my own splash screen with Unity free version?

Hi! Is there any way to add my own splash screen after unity's at the beginning of my game? Mine is free version. If so, how to do that?

THX!

I haven't done it myself, but most probably you would make a seperate scene containing either a GUITexture with your splashscreen or a plane facing the camera before switching to the menu screen. It would also be possible to overlay the menu scene with a GUITexture and removing it after a certain time.

Regards,

The answer is Yes you can as long as you can't remove the Unity Splash screen as it's already built as a license agreement... What you will have to do is just put hte GUITexture infront of everything and applies the fade in/out effect on top of it. Make sure you delete the GUITexture for splash as it would cost the memory...

Hi there guys,
I would like to know if it’s legal to add your own splash screen after the unity’s one… I can’t find anything in the licence that grants you the right to do that (nor denies). Any help is appreciated.