Hi I’ve been trying to use Cinemachine to try and follow my Player GameObject left and right on the screen. However whenever I assign the “Follow” property of the CinemachineVirtualCamera to my Player GameObject, it moves the position of my player. Not only that, whenever I try to run the game and move around the player jitters out and is restricted to that position and has very restricted movement (basically running in place). My movement works fine without Cinemachine.
I read in a few discussions that changing the “Update Method” to match the update that my player is using (which in my case is “Fixed Update”) would help but after trying that I don’t see much of a difference.
After Assigning Player to “Follow” Property
(PS after posting I realized since this is my first post I can only show one image but originally my character was on the ground. Once I assigned my Player to be followed by the Cinemachine camera, my player is now automatically floating in the air)
