How can I get my camera to move properly?
When my player object is a certain amount away from the center of the screen, a script is enabled to move the camera to the player's position, and it is only disabled when the camera is re-centered. This works with when I change the camera's position to the player's position, but then it snaps to the player and I don't want that. When I use "transform.translate", the script makes the camera start slowly falling, with the player able to drag/float it around with their motion. The camera is never able to recenter like this, so the script is never disabled.
Your answer
Follow this Question
Related Questions
Lerp Not working 1 Answer
Make camera follow x-position of a gameobject 1 Answer
How do you move the camera with the player. Whats wrong with my code? 0 Answers
Camera yMin postion should be restricted to player postion 1 Answer
camera drag 0 Answers