DawnosaurDev/platformer-movement

Stuttering When Using Moving Platforms

Opened this issue · 0 comments

I am trying to add moving platforms to my game, I am doing this by parenting the player to the platform when they stand on it, but when I try to move horizontally while parented to the platform, the player's move speed is very choppy/inconsistent/stuttering. The velocity in the rigidbody says it is at the correct speed. This only happens when the player is parented to a moving gameobject and when the player is standing on the gameobject.