-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crouching and jumping not working right #3
Comments
Did you ever resolve this? |
Yes, but I can't remember how because it has been almost a year. I'll try to look at my old project if you want. Reply back if you want me to look at it |
I managed to find a fix in one of the pull requests. |
How did you fix the Crouching animation? |
I think I looked through the pull requests and found a change at the code, Sorry it was long ago I am not sure now |
Has anyone found the actual solution t o this yet? if so, could you please link it, thanks! |
i have got a problem with the jumping. crouching is fine but it will only play my jump animation fully when i press space while in the air; my guess is that it's probably detecting a collision before fully clearing the floor therefore triggering this bit of code: public void |
however I have spent the good part of two and a half hours trying to fix it but have failed! I am new to unity and don't know if there is a simple fix to this. |
Crouching is constantly being turned on and off and the animation is looping from crouching to idle over and over. Also jumping animation doesn't play unless I'm already in the air and press space when it should activate when I am not touching the ground.
The text was updated successfully, but these errors were encountered: