CinemachinePriority Sequence Not Blending
Posted: Thu Aug 13, 2020 3:47 am
Hi Tony,
I'm using Unity 2019.4.6. Dialogue System version 2.2.7
I'm using the Cinemachine priority sequence to switch to different virtual cameras for multiple characters in a dialogue sequence. The camera is switches just fine between the characters, but I can't get it to blend between two shots. It just cuts everytime instead. I'm not sure what I'm doing wrong. I'm not including the "cut" part of the sequence.
This is what I put in the sequence box:
Thanks!
I'm using Unity 2019.4.6. Dialogue System version 2.2.7
I'm using the Cinemachine priority sequence to switch to different virtual cameras for multiple characters in a dialogue sequence. The camera is switches just fine between the characters, but I can't get it to blend between two shots. It just cuts everytime instead. I'm not sure what I'm doing wrong. I'm not including the "cut" part of the sequence.
This is what I put in the sequence box:
Code: Select all
CinemachinePriority(NPC1Shot,0);
CinemachinePriority(NPC2Shot,99)