Blending between CinemachineCameras
Use blending properties to specify how the Cinemachine Brain component performs a blend between CinemachineCameras.
A Cinemachine blend is not a fade, wipe, or dissolve. Rather, Cinemachine Brain performs a smooth animation of the position, rotation, and other settings of the Unity camera from one CinemachineCamera to the next.
For blends between specific CinemachineCameras, use the Custom Blends list in the Cinemachine Brain component. Use the Default Blend property in Cinemachine Brain to specify blends between CinemachineCameras that do not have custom blends.
The From and To settings are name-based, not references. This means that Cinemachine finds cameras by matching their names to the settings. They are not linked to specific GameObjects. The built-in dropdowns can be used to select a CinemachineCamera from the current scene, or the name can be typed directly into the text boxes. If a name does not match any CinemachineCamera in the current scene, the field will be highlighted in yellow.
Use the reserved name **ANY CAMERA** to blend from or to any CinemachineCamera.
When Cinemachine begins a transition from one CinemachineCamera to another, it will look in this asset for an entry that matches the upcoming transition, and apply that blend definition.
- If none is found, then the CinemachineBrain's DefaultBlend setting will apply.
- If multiple entries in the Custom Blends asset match the upcoming transition, Cinemachine will choose the one with the strongest specificity. For example, if blending from vcam1 to vcam2, and the custom blends asset contains an entry for vcam1-to-AnyCamera, and another entry for vcam1-to-vcam2, then the vcam1-to-vcam2 entry will apply.
- If multiple entries in the Custom Blends asset match the upcoming transition with equally-strong specificity, then the first one found will apply.
Properties:
Property: | Function: | |
---|---|---|
From | The name of the CinemachineCamera to blend from. Use the name **ANY CAMERA** to blend from any CinemachineCamera. This property is available only for custom blends. | |
To | The name of the CinemachineCamera to blend to. Use the name **ANY CAMERA** to blend to any CinemachineCamera. This property is available only for custom blends. | |
Style Default Blend | Shape of the blend curve. | |
Cut | Zero-length blend. | |
Ease In Out | S-shaped curve, giving a gentle and smooth transition. | |
Ease In | Linear out of the outgoing CinemachineCamera, and ease into the incoming CinemachineCamera. | |
Ease Out | Ease out of the outgoing CinemachineCamera, and blend linearly into the incoming CinemachineCamera. | |
Hard In | Ease out of the outgoing CinemachineCamera, and accelerate into the incoming CinemachineCamera. | |
Hard Out | Accelerate out of the outgoing CinemachineCamera, and ease into the incoming CinemachineCamera. | |
Linear | Linear blend. mechanical-looking. | |
Custom | Custom blend curve. Allows you to draw a custom blend curve. | |
Time | Duration (in seconds) of the blend. |