Save Cinemachine Priority
Posted: Sun Apr 04, 2021 10:08 pm
I am currently using Sequences to change the priority of two Cinemachine cameras which when changed, will go back and forth between two characters during a conversation.
E.g. When person A says a line, we set the priority of CamA using
When person B says a line, we set the priority of CamB using .
Is there an easy way to "reset" the priority to it's original value after calling? How would you advise doing this, or something similar?
E.g. When person A says a line, we set the priority of CamA using
Code: Select all
CIneamchinePrioirty(CamA)
Code: Select all
CinemachinePriority(CamB)
Is there an easy way to "reset" the priority to it's original value after calling
Code: Select all
CinemachinePriority(CamA)