CameraFollow

This script can be attached to the mainCamera to have the camera follow the player if there are scrolling images.

From OReilly: Learning 2D Game Development with Unity by Matthew Johnson: Section 11.7 The author say this script is a Unity Script.

Also, you may want to try setting the Player's RigidBody2D Interpolate to Interpolate, as per discussions below

Last updated

Was this helpful?