Im trying to create a combo system, but i am stuck as how to make the animation with one tap of a button.
For example
if(Input.GetKeyDown(KeyCode.Z)){
ragepixel.PlayNamedAnimation("Attack1");
}
If you tap the button, it doesn’t play the entire animation, but a slight quick glimpse of it.
How do i make it play the whole animation?
This is using the ragepixel API.
I’ve posted on the ragepixel forums, but it’s been inactive.