Fix jittery camera movement in Unity with Rigidbody Interpolate

If you’ve got a player character in your game that derives its movement from a Rigidbody or Rigidbody2D component in Unity, and you write a script to make your camera follow it, you will likely see jittering in your camera movement. Here’s an example: You may think that this is the kind of problem that … Continue reading Fix jittery camera movement in Unity with Rigidbody Interpolate