Animation pauses after ItemUseComplete

zoicelols

Member
What would cause an animation to pause after use, freezing the character in place in the last frame of the animation for almost one second before releasing it as if it just completed the Use one second after the tick mark I put for the event? He uses OnAnimatorItemUse and then OnAnimatorItemUseComplete.
 
It doesn't sound like the animation is transition to the next state in time. Check your transition as well as adjusting when the Use Complete event fires. You can also watch the animator to see when the parameters change which should give you a clue as to the issue.
 
Top