Particles does not emits in animation

(Bad English Warning)

I am trying to add slash effects to my animations and this is what i got so far

The problem is that when animation plays in testing particles doesnt apears.

What can be the reason?

1 Like

Some information

  1. Particles doesnt work at any graphics level
  2. Animation is playing using default animationTrack:Play()
1 Like

The reason is that the particles are handled in moon animator and you need to emit them using a script.

2 Likes

Does this mean that i also must set properties of attachment and particle emitter or i just need to call a command to emit?

Set the attachment manually before runtime and emit the particles during run time.

1 Like