I'm trying to have the player play a throwing animation after pressing the up key that plays the up movement animation, but whenever I press space to throw, it doesn't play and the instantiation doesn't occur. Here's the scripts I have along with the animation transition parameters. Is there a solution to this?
#Animation Transition bug
1 messages · Page 1 of 1 (latest)
0.38 seconds to deactivate the animation?
I think animations need exit time so they actually have time to play before they move to the next state
Notice how states change in animation tab? Is it instant or they play itself till the end before they go to next state?
It's instant I believe
If thats the case, it may be triggering animation correctly but you never see it because it returns to Default