In my combat game i need to disable jumping when the player is attacking because certain combos require holding down space
This has never been a issue until recently where i refactored some code and my player started sinking in the floor.
Ive read that some animations do that but this animation has never done that till now
The character is not being altered in anyway like being anchored which is why this is confusing
Any help?