cinemachine controls the camera completely

hi everyone

cinemachine controls the camera completely, which prevents me from controlling the camera’s features with an external code

anyone knows the solution?

thanks

Cinemachine doesn’t need to control the camera completely. Aim controls the camera’s rotation, and Body controls the camera’s position. If you put “Do Nothing” in the vcam’s Aim and Body sections, then CM will not control the camera at all, and your script can drive the vcam completely. Don’t try to drive the main camera. Instead, drive the vcam with your script and the vcam will drive the camera.