Particles system: make a portal

Hello cracks,

I am starting to work with particles system. I’ve to build geometric shapes using particles system. It’s easy with objects like squares, triangles and etc…

I need a circle or spline using a particle system. I don’t how to develop it. A particle system that follows a path? Can I configure a particle system (velocities, rotations…) to generate a circle or a curve?

Imagine you want create a portal?

I’m sorry for the long question. I just need an advice.

It’s going to be tough with the particle system we have.

I would either use an animated sprite/texture or a third part effect system effekseer [SOLVED] Canvas-to-PlayCanvas ... Challenge on particles - #12 by Saad_Haider

1 Like

Thanks for your answer. Really, it’s very interesting!