Hello,
I made a particle system using the vfx-graph and would like to change the color-gradient the particles use at spawn time. Right now, when I change the color gradient in the output graph, the color for all existing particles changes. I only want newly spawning particles to have the new color, the already existing particles should keep their color gradient until they die.
I tried putting a “Set Color over Life” block in the spawn node, but that did not work (the particles did not get rendered at all).
Can someone help me out?