Skyrim smoke style

HI! I wonder how can I make a fog like in Skyrim (a texture applied to a plane), in this game the smoke moves so smoothly, it seems like an animated texture but I don’t know how to start

any suggestion?

thanks!

The [particle system][1] maybe? [1]: http://docs.unity3d.com/Documentation/Manual/ParticleSystems.html

1 Answer

1
  1. Obtain smoke texture

  2. Make particle effect, and put on smoke texture

  3. Play with the size of your particle effect

  4. I believe what you meant by animated was rotating textures, there’s a setting in the particle editor for that.

Most of what can be learned about making particle effects (or generally anything in unity) is simply by sitting down and just playing with the features.