I am using a 3rd person follow virtual camera to follow my UMA character. It’s working except that the response to the mouse (ie: it’s mouse look response) is really slow. To change direction enough to steer the character around something takes many slides of the mouse across the mouse pad. I’ve looked for some way to change the sensitivity but cannot find it. Here is my setup:
MainCamera with CinemachineBrain component
PlayerFollowCamera GameObject with the CinemachineVirtualCamera component. Standby is RoundRobin and Body is 3rdPersonFollow
Thanks