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)
but not here
any fixes?
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)
but not here
any fixes?
Make sure you’re calling particlefx.play()
in your script, since particles don’t play automatically.
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