Shuriken - Change emission burst particle count at instantiation?

Hi there,

I remember that with using the legacy particles, it was very easy to modify the number of “burst” particles when the particle emitter was instantiated. It’d use the same value for when it constantly emitted, or for when it used “one shot” instead: All one had to do was multiply “maxEmission” and “minEmission” by some amount.

However, with Shuriken, this is no longer clear. Does multiplying “emissionRate” by some value do the same thing? Or does it only effect the emission rate parameter seen in the inspector, without affecting the particle count under bursts? (Yet again, another example of where the documentation could be more clear, instead of just leaving an empty page dedicated to describing emissionRate as “The rate of emission”. You don’t say? :hushed:)

That aside, if modifying “emissionRate” doesn’t do the trick, what would? Any help would be appreciated! :slight_smile:

You should be able to just use ParticleEmitter.emit

This will allow you to emit a certain no of particles at one specific point from your particle system.

What would the actual script look like? Considering some of us doesn’t have any scripting skills.