Hello everyone! I am trying to make some particles spawn on the position of a Slash as it is moving but for some reason I can’t see the particles. I thought I was doing it correctly but there must be something I am missing out that I can’t see T.T
You have max events set to 0 so nothing is called
Basically how this works is Spawn Number is number of particles spawned per event. Event is generated in “slash” on each Particle Update. Then you limit this events to 0
I understand, but even if I change the Max Events Per Frame, I don’t get any particle, it’s like the event is not triggering? I have this curve on the Generate Location Event. I don’t know if it could be the problem.
Ogh! I just realized I have to increase the Scale Curve because right now my Spawn Rate is of 1 maximum due to the curve hahagjha. Thank you @R0i3in anyways