What's the best way to go about making this moving mist effect?

  • What are you attempting to achieve? I want to achieve this effect of a smoothly moving mist texture.

  • What is the issue?
    https://gyazo.com/717f7e1e382f228007e26dc15b4dc5e5
    I don’t know what is the best way to go about this, the video shows the cast which doesn’t matter but what I’m talking about is the after-effect when the mist cloud is standing still but moving in it’s own way.

  • What solutions have you tried so far?
    -Tried uploading multiple textures just moved them a little bit out of the frame, then changing them through a while loop in a script, but that looked terrible compared to what I want to achieve.

I would appreciate ANY ideas you have, thank you!

Try using ParticleEmitters with Velocity to create the mist.

That quite worked, thanks. Tried them before but without velocity, still not as good but will do.