Système de particules Unity Play

public ParticleSystem particles;

//Play, stop and pause particles with these:

particles.Play();

particles.Stop();

particles.Pause();
CharliePagel says: You're cool!