- Home /
Stop rigidbody player from juddering when walking into a wall.
So, most people know this as an issue when working with a rigidbody player controller, when walking into a solid object the rigidbody will judder. I have tried using transform.Translate (), rigidbody.MovePosition () etc, and none have stopped this issue. I had in mind casting rays and stopping the player when a wall is in front but this fix quickly seemed as if it wasn't going to work as if there was a small bar or something not hit by a ray this would still happen. Is there anyway to work around this AND keep the rigidbody rather than use the character controller component?
Your answer
Follow this Question
Related Questions
Why is there no Rigidbody2D.SweepTest() ? 1 Answer
Handling colliders on hundreds of asteroids (not procedural asteroids) ...URGENT 3 Answers
physics culling mask? 1 Answer
Keep Horizontal Momentum after Jump 2 Answers
Collision.impulse = 0 in OnCollisionStay Kinematic Static collision pair after Update 0 Answers