Hey guys I am working on an FPS and for the camera I am using a Cinemachine Virtual Camera set to POV. I am working on a Mac and using the touchpad and noticed that the camera's speed and sensitivity depends on the framerate, so the lower the framerate the higher the sensitivity and vice versa. I disabled all the external scripts that influenced the sensitivity and even checked to make sure that the actual speed of the cinemachine component wasn't changing. Is there a way to solve this?
Note: I am using this line of code to test different frame rates
Application.targetFrameRate = testingTargetFramerate;