(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?
(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?
Some information
animationTrack:Play()
The reason is that the particles are handled in moon animator and you need to emit them using a script.
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.