- Home /
Volumetrics (Fog, Clouds, etc.)
Hello!
I'm currently making a basic flying game and I want to have clouds in it. How should I approach this? Is it even possible to have it run at a reasonable framerate? I'm currently thinking of having a number of semitransparent pictures placing them on cubes and filling up an area of a cloud.
Thanks in advance!
Answer by MakeCodeNow · Jul 12, 2014 at 06:01 PM
There are tons of ways to have clouds in a game, from simple 2D billboards to volumetrics computed using raymarching in shaders. The right answer depends on the fidelity you need, your target platform, etc. There are already a lot of topics on this, just google for unity clouds. If you want a bigger set of things to read up on, search for "realtime clouds".
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Creating Loading Bar For web Player 1 Answer
Good tutorials to learn how to apply C# in Unity3D? 0 Answers
Add avatar on object movement using smartfox server 0 Answers