How to change loading screen.

So when unity is starting up, it shows that dull loading bar. I have a custom .GIF one made in photoshop and was wondering if i could switch them out. I looked in the player settings but nothing…

you mean the webplayer? if so thats configured through the website, given you are on Unity Pro

Without pro (independent of the platform) the loadup is not modifyable.

Ok, another question is, how can i transition between scenes by fading?

You would use a “dontdestroyonload” object that shows a guitexture fullscreen before loading the new scene and once its in the new scene, it would fade out that guitexture (OnLevelWasLoaded helps here)

I think that should work.

If you own Unity Pro you could additionally experiment with LoadLevelAsync

Ok, so i was looking on the documentation but i couldn’t find it, but i thought i saw a fade on load call in the fps tutorial. Is it just me?