Particle effect working in editor but not in game (SOLVED)

So I’m new to particle effects, and am trying to implement my first one, while it does work in editor after hitting play in the view section (as seen here)
image

but not here

any fixes?

Make sure you’re calling particlefx.play() in your script, since particles don’t play automatically.

1 Like

Also check the z-value of the particle effects. Check the pfc component and emitters. Also check the shape of the particles, perhaps you are emitting particles in 3d and most particles are outside of the near and far planes?

this works