Colorized Particles
Last updated
Last updated
Presented by ColorizedParticles class, this component allows to change particle system color both in runtime and Edit mode by changing one parameter in inspector or calling one method from code. Instead of annoying manipulations with MinMaxGradient, ColorOverLifetimeModule and MainModule, you can switch particles color much faster via this component!
Just attach ColorizedParticles component onto your gameobject with ParticleSystem.
Color – needed color of particles.
This method sets needed particles color. It changes both Start color of Main Module and Lifetime gradient color.