How do I add an animation to a unit's attack. I added an attack to a unit that normally does not have one and it just stands there and doesnt move while it attacks.
Go to the Actor Events of the unit's actor and add something along the lines of
(Ability.Attack.Start)
AnimPlay whatever.
I don't know the exact code put just have the unit run your attack animation whenever it attacks.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
How do I add an animation to a unit's attack. I added an attack to a unit that normally does not have one and it just stands there and doesnt move while it attacks.
New to the Editor? Need a tutorial? Click Here
Want data assets? Click Here
Go to the Actor Events of the unit's actor and add something along the lines of
(Ability.Attack.Start)
AnimPlay whatever.
I don't know the exact code put just have the unit run your attack animation whenever it attacks.