my character stops moving and seemingly starts falling if i go too far. what did i do wrong?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By noterena

i followed the gdquest guide to making 3d movement about a week ago and everything was going fine up until now. i am trying to make an invisible path that you can follow to reach a secret in my game but for some reason the player character stops at a random point. tracking the variables shows that the character is constantly moving vertically even though you can clearly see he isn’t, and on top of that you can’t move at all. is there anything in the engine that is limiting how far i can go or is it something else?

Is it possible your whole world is falling? :slight_smile:

Did you debug the collision shapes? Are they matching the mesh shapes that you expect?

rossunger | 2022-02-13 18:22

i have, everything seems to freeze up completely but i can still move the camera and use wasd to look in different directions, but i can’t jump or move, for some reason the super jump power up i have added fixes it, too? if you use it you can continue to move but it’s not a very efficient fix :[

noterena | 2022-02-13 19:01

You might need to post some code if you’d like more detailed suggestions :slight_smile:

rossunger | 2022-02-13 19:10