How to change color of Particles/additive material ?

Hi,

i know this question was asked several times and theres many topics on this, but i didnt seem to find any answer in those so i will try to ask this again. How do you change color of additive particles shader at run time ?
Strangely enough, the regular renderer.material.color = Color.yellow; wont work on this shader. Thanks for any help.

Luke

The particles themselves have a color (they use vertex colors, I believe). So you have to change the colors of the particles (see ParticleEmitter.particles array).

Or change the ParticleAnimator.colorAnimation colors.

Or just use a different shader.