Create wind particles

Hi there,

I tried to look for some answers but didn’t find something solid… My apologies if the thread already exist somewhere.

What I’d like to achieve is some kind of wind lines in order to add some life in my game. :slight_smile:

Zelda: Wind Waker’s wind particles is exactly what I’m looking for:
6c285e8b7970d493a3e6af02e3f1b835e92ad6e6.jpeg

I’d like to have this kind of wind particle, swirling in the air. :slight_smile:

I’m pretty sure I would need to create a ribbon particle system but I’m not very good at creating particles…

Thank you in advance!

Looks like simple ribbon particles.
Check map Particles_Intro in ContentExamples project. There you will find example of ribbon emitter.

Hi redbox,

Thanks, gonna check this out! :slight_smile:

So I think I have the particle system but now I’d like to move it in my level…
Any ideas on how I can do that?

Recreate in from scratch to understand how it works :slight_smile:

Or use migration: select asset in content browser, press RMB -> asset actions -> migrate, and specify your project “Content” folder.

I know this is old but i am looking for the exact same thing but struggling to get the same effect as WW… did you get this working?