문제

How would you go about creating the effects of a blizzard in Unity3D? Take the cliffhanger level in COD MW2 as an example. I want it to limit the view of the player, and look like there is snow blowing around.

Thanks, Tate

도움이 되었습니까?

해결책

In short:

In Unity's render settings, you can make adjustments to the fog. Dense, whitish fog will limit visibility.

Falling snow particles (perhaps just in a renderer that stays right in front of the camera to help limit the number of particles) should help complete the effect.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top