Hi there,
I am using the Spawn Over Distance block to spawn particle over distance (obviously…).
But i would like to know if there’s a way to spawn several particles at the same position.
By default every 0.5 meter, I spawn one particle but how would I spawn 2 or 5 particles every 0.5 meter ?
I tried to change SpawnOverDistance : VFXSpawnerCallbacks but the way particles are spawned is a bit obscure. Seems that changing state.spawnCount and/or state.vfxEventAttribute might trigger a spawn.
How would you approach such multiple spawn behavior ?
Thank a lot !
