Having hard time to figure out how to execute animation ONLY IF player is Moving and Jumping, if both conditions true than execute forward jump, if one of condition fail just do normal jump, which is different animation!!!
Ty in advance!
Having hard time to figure out how to execute animation ONLY IF player is Moving and Jumping, if both conditions true than execute forward jump, if one of condition fail just do normal jump, which is different animation!!!
Ty in advance!
Connect your two conditions with the AND Boolean node.