Multiple Spawn Over Distance

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 !

Thanks to Cyan on the Unity Discord, it’s as simple as this.

Was starting to answer to you. Glad to know that you find an answer.
It’s been a long time that I didn’t take a look at the Discord Server. Will try to pass by during the week.
Great day

Thanks @OrsonFavrel !