Here’s a demo for my latest project. I’m trying to create some really moody weather conditions (with Unity Indy). I’m using fog, particle rain and grey filter over the camera (which is actually just an inverted cube with a transparent grey texture) Does anyone have any tips for enhancing this look?
Pretty nice, and I agree, that’s use too seldom in games.
I like the grey-out effect. Very cool.
Some notes:
The particle effect that’s bound to the camera breaks down if you look up - it continues to run “down” in the viewpoint, which means the rain flies horizontally.
The raindrops are too big. More, smaller ones, would work better.
The rain should not fall perfectly straight down. Add wind, because the grass is also blowing, so obviously there is some wind.
The sky/clouds could be improved, but I’m partial there, I guess. Professional bias.
Are you parenting the particles to the camera? If you are, wouldn’t it make more sense to parent the particles to something that doesn’t rotate when you look around?
Parenting to the camera is ok, I think. You’d not see the drops further out.
I think what you need to do is move them downwards in WORLD, not local, coordinates. I don’t have Unity open right now, but I think there was a way to do that in the particle editor.