Step By Step Usage

  1. Create an empty Scene named SSF_Test

  2. Create a ParticleSystem

    1. deactivate its Renderer function

    2. set its StartColor to red

    3. Emission -> Rate over time to 1000

The Inspector should looks like

  1. Add SSF_LoadParticlesFromParticleSystem onto the GameObject Particle System

Note that you shall assign the Particle Systems field.

  1. Enter playmode and you shall see

Check other demos to see how it works with particle systems.

Mouse over the fields of the script to see tooltips say how the parameters work.

Last updated