|
How can I make my scene "fade in" from black?
(comments are locked)
|
|
http://www.unifycommunity.com/wiki/index.php?title=FadeInOut Googling "Unity Fade In/Out" would get you a lot of resources, and this method I linked to is typically the most common (stretching a 1px black texture across the screen and changing its alpha value). Edit: I would actually use this C# script on that page, as it seems like the best one: http://www.unifycommunity.com/wiki/index.php?title=FadeInOut#Another_Fade_Script_in_C.23 Thanks!! That's exactly what I needed.
Jun 19 '10 at 06:53 AM
UltimateWalrus
(comments are locked)
|
|
http://www.unifycommunity.com/wiki/index.php?title=Fade General purpose fading routines; I use that in most of my projects. Psh, of course, you're the one that wrote it! Haha. :)
Jun 19 '10 at 06:58 AM
qJake
Since I was using it all the time I figured I'd put it on the wiki....
Jun 19 '10 at 03:51 PM
Eric5h5
Eric, you are my God ;-) Helped me with soooo many issues on my racer!!!
Feb 08 '12 at 02:55 AM
POLYGAMe
(comments are locked)
|
