Overview - Color and size over lifetime
What is it?
Color and size over lifetime is a way to change how a particle looks as it lives in a particle system. It means the particle can start one color or size and slowly change to another before disappearing. This helps make effects like fire, smoke, or magic look more natural and interesting. It is done by setting curves or gradients that control color and size from birth to death of each particle.
Why it matters
Without changing color and size over lifetime, particles would look flat and unrealistic. Effects would feel static and boring, losing the magic of movement and change. This concept lets creators tell stories with visuals that evolve, like sparks fading or bubbles growing. It makes games and animations feel alive and engaging, improving player experience and immersion.
Where it fits
Before learning this, you should understand basic particle systems in Unity, including how to create and emit particles. After mastering color and size over lifetime, you can explore more advanced particle features like velocity over lifetime, custom shaders for particles, and combining multiple modules for complex effects.