- Home /
Question by
QuickLenny2010 · Jan 16 at 06:52 PM ·
rotationrigidbody2dstutter
Rigidbody2d movement stuttering
Hello im developing a 2d game but the player is stuttering when he moves. I move the Player with the rigidbody2d component and this code: if (Input.GetKey(KeyCode.D) || Input.GetKey(KeyCode.RightArrow)) { rb2d.velocity = new Vector2(speed, rb2d.velocity.y); }
Comment
Answer by NiceAustralian · Jan 20 at 06:28 AM
Try changing the RigidyBody2D component settings to the following. 
4.jpg
(11.8 kB)
Your answer