Extensions
Extensions are components that augment the behavior of a CinemachineCamera. For example, the Deoccluder extension moves a camera out of the way of GameObjects that obstruct the camera’s view of its target.
Cinemachine includes a variety of extensions. Create your own custom extensions by inheriting the CinemachineExtension
class.
To add an extension to a CinemachineCamera: