Ejemplo n.º 1
0
 void OnDisable()
 {
     ParticlesManager.RemoveParticle(this);
     StopCoroutine("CustomUpdate");
     processing = false;
 }