I have an issue to where whenever a Player is crouching, and then they are moved left or right, they begin to slide.
Since it's a Platformer, I have the Player on a Platform behavior.
Right now I'm using the D-Pad to move the player.
I added a crouching animation, and it is simulated when the d-pad down button is pressed down.
However, if the d-pad buttons left or right are pressed while the d pad down button is down, then the Player begins to slide back left or right on the Crouch Animation.
I tried having it to when the D-pad down button and left and right buttons are pressed, it will ignore the platformer behavior but it doesnt work.
This is what it looks like!
Help would be very much appreciated, I've been struggling with this problem for a bit.
-Dell