Rotate Particles

I’ve been able to make a tunnel effect using particle effects in unity. However I am just wondering if it’s possible to rotate particles as well. So that I can use a spiral circle image and make it look more realistic hopefully :slight_smile:

Here’s a screenshot from its current view:

You can set the angular velocity on the particle emitter.

–Eric

Thank you Eric5h5… I will give it a try :slight_smile: