Hello everyone,
I'm quite new to godot and I've run into an issue with animating my player character. The idle animation works fine, but when I try to move left or right, the character moves while being stuck in the first frame of the run animation. The strange thing is, the run animation works perfectly while I am in midair after falling off a platform, but it goes back to the 1st frame and stays there the instant the player hits the ground. I also have a jump_right animation that is supposed to play when the jump and right buttons are pressed at the same time, but I can't seem to get that working either. Any advice would be greatly appreciated. Thank you all!