I’m making a car game and I want to have particles for the wheels on different surfaces. Currently I have a particle system for each wheel and when I drive onto a different surface I use ‘set particle asset’ to change the particle, however this removes the previous particles.
How can I spawn different particles without removing the particles previously spawned?