Possible to inherit from Virtual Camera !?

Is it possible to make a custom scripted camera to inherit from virtual camera in some way, where we could take advantage of the Cinemachine’s camera blending functionality !?

You don’t need to to that. You can create a passive virtual camera by setting Aim and Body to “Do Nothing”. Then the vcam will be completely controlled by its transform, and you can use it in place of a Camera object in any camera controller script. This vcam - controlled by your logic - will participate in blends, and you can add CM noise to it, or other CM extensions as well.

6964985--820607--upload_2021-3-23_10-25-59.png

1 Like

That actually did the job. Haven’t though about that !
Thanks a lot about the tip!

1 Like