Tutorials for rain or other weather effects?

Hey guys, currently am working on a weather system for a game, but all my weather effects are letting it down. Is there any tutorials people are aware of related to scripting realistic looking rain etc in unity? Thanks

Not aware of tutorials but there is a great script for rain around somewhere, I tried it and it was excellent, and a few threads on this sort of thing with some good stuff in. Try some general searches on rain, clouds etc.

Cheers RHD for the reply, have already had a look through rain searches, did find a fair amount on it all, just haven’t seen any scripting yet, found alot of examples though, so kind of know what I can get out of unity, just not sure how to achieve it all, will keep looking for script though! :slight_smile:

The bluindigo script in the Unity package here:
http://forum.unity3d.com/viewtopic.php?t=10613&highlight=rain+clouds

is what I was thinking of. There is general advice and other links and bits of script. Not a tutorial but a good start.

Thanks for the advice, had already seen and was impressed with it, but couldn’t get the package to work, kept at it though and got it in now, thanks!

Do a Raycast upward and if nothing is hit then have a gui texture flip rapidly through about 5 different frames.