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!
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!
Obtain smoke texture
Make particle effect, and put on smoke texture
Play with the size of your particle effect
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.
The [particle system][1] maybe? [1]: http://docs.unity3d.com/Documentation/Manual/ParticleSystems.html
– Lockstep