Warstwa sortowania systemu cząstek zmiany jedności za pomocą skryptu

ParticleSystem myParticleSystem;
myParticleSystem.GetComponent<ParticleSystemRenderer>().sortingOrder = 0;
Kaldrin