Hello there !
Currently working on my finite state machine I have an issue.
The player can jump when he dont move (Jump_Straight_Right( or Left)
But when I try to make him move while jumping, it does not work, the animation is here, but the acceleration = 0
Any ideas ?
In playerstatejumping, you aren’t moving the player when left or right key is pressed by way of key press simulation. You are only setting the animation.