We have Unity Pro and are having trouble setting up a custom splash screen. Can anyone point me to a tutorial on this or more information?
Basically you could just have the first level contain the splash screen. Use the animation tools to fade your images on/off or what you want to do. When it's all done you can just load the main menu or what you want to do.
This can be accomplished using GUITexture or GUI functions.
Thanks guys. I found the answer. Was difficult to find as the vocabulary isn't indexed at google very well.
thats righs, you can Use
yield wait for Seconds (2); to wait to seconds and do your job in there