Is it possible to get the current color of a particle (Shuriken)

I can get an array of Particles by calling ParticleSystem.GetParticles(), however, particle.color (very unhelpfully) contains only the starting color of the particle, not the current color.

I could calculate the color myself, but I can’t see anyway to retrieve the ‘Color over Lifetime’ values.

Is there anyway to get the actual, current color, of a particle?

1 Like

BUMP

I’ve tried to get color over lifetime using particle.colorOverLifetime.color.color
But return value is always RGBA(0.000, 0.000, 0.000, 0.000)