I’m trying to use multiple cameras with different Cinemachine Virtual Camera (vcam) objects with different settings but all CinemachineBrains (on each camera) seems to use the same vcam.
I can’t find any way of specifying which vcam to use in which brain. The vcams are currently child objects for each camera but that has no effect. Which is a bit surprising as the expected behavior is that the child vcam should be used.
If I change settings in the vcam on the main camera all brains are affected. Changes in other vcams are not considered by any brain.
Any suggestions on how to do this? Doing it in script is an ok solution.