particle system?

Hello, Not sure if this is the correct place to ask this but I could not find a forum for the particle system.

I have a dog character, for each leg I want to create particles under them. Does anyone know if there is a way to create one particle system which can be used in the 4 locations. Or do I need to create the same particle system 4 times for each leg?

You can have one particle system and use the Emit method on ParticleSystem to emit particles from the feet as desired, which lets you override the position the particles are emitted from:

Aside from that you can play with the Emission and Shape modules in the particle system to try to get it to emit from the four corners of a box or something.

1 Like