Question by
InjustticeGaming · Dec 05, 2017 at 01:12 PM ·
charactercharacter movementstopping
player getting stuck when moving.
My capsule stops moving after a little bit of movement, I am sure it's something to do with my road mesh but I can't seem to find out what.
Youtube link: link text
Comment
Answer by DarkC0der · Dec 05, 2017 at 09:38 PM
It is hard to tell what is happening without seeing the actual script which runs your player.
I found what was causing the bug. I was using a trigger event for the jump and because I had a bool is grounded in my WASD moving keys it was causing the player to get stuck in the mesh. I have just put a hold on the jumping the now until I write some new code for it. Thanks for commenting tho.