- Home /
Implement zoom in standard assets free look camera
I'm using the free look camera from the standard assets and i want to implement a zoom functionality. The Problem is that i can't influence the localPosition of the camera and if i change the position of the camera rig the pivot moves and i don't want that. Is there a way of keeping the pivot at the Targets Position while moving either the rog or the camera?
Answer by _Yash_ · Jul 05, 2016 at 12:42 PM
If your camera is orthographic you can change the camera.orthographicsize and if your camera is perspective you can change camera.fieldOfView.
Your answer
Follow this Question
Related Questions
How to make camera zooming with a range? [C#] 0 Answers
Problems making a smash bros like camera 2 Answers
Unity Starter Asset First person controller camera problem 1 Answer
How to move a camera only using the arrow keys? 7 Answers
Lining up Fov's 0 Answers