I’ve set up a sliding montage, but currently the player can still jump during the animation. How can I prevent the player from jumping while sliding?
Here’s my setup for sliding montage and default jump setup.
I’ve set up a sliding montage, but currently the player can still jump during the animation. How can I prevent the player from jumping while sliding?
Here’s my setup for sliding montage and default jump setup.
You can use your “Is Sliding” variable. Wire it into a Branch node before the “Jump” function and link the Branch’s “False” output into the Jump.
Fix Character jumping in Sliding Montage Gameplay.
Worked, thanks!