Cinemachine won't blend to vcam with less priority

Hey,
I’m using cinemachine with 3 vcams: start, main and lookLeft and state driven camera to blend. I attached an animator to the state driven machine, and set up the different states. I’m using this script to play each animation to blend to the wanted vcam, however ‘main’ v cam is always selected, while ‘start’ vcam has less priority.

just a simple animator.Play

6759391--780298--upload_2021-1-24_15-42-0.png

my animator
6759391--780301--upload_2021-1-24_15-42-44.png

It’s not enough to just add the vcams as children. You must also assign a vcam to each animation state:

1 Like

Thanks alot for the quick reply! it finally worked :slight_smile: