I am using some virtual cameras in the scene.
I set the priority of one camera to 100, and others to 0 on game start.
And when text start, Script change the another camera priority set to100, And others to 0 (include the first live camera).
If second camera is blend list camera, Blend start is delay from when camera cut in. In spite of Brain’s Default blend is Cut, Custom Blend is none, and Blend list camera’s child hold setting is all 0.
I want to immidiatly blend start on camera cut in.
Shold I run some method, like update cameara?
*virtual camera gameobject is deactive normaly.
Just before priority set 100, script set gameobject active.
this is to reduce cinemachine processing load.
_my environment _
Unity 2022.3.4f1
Cinemachine 2.9.7
Screenshot