I call CameraEvents.OnRequestObjectFollow?.Invoke(gameObject, focusOnFollow).
The camera always zoom in or out to the target. How could I set the camera only move to the target not zoom in or out?
How to prevent camera zoom in/out?
I call CameraEvents.OnRequestObjectFollow?.Invoke(gameObject, focusOnFollow).
The camera always zoom in or out to the target. How could I set the camera only move to the target not zoom in or out?