Hello, i have a problem, I am trying to create a game where you have 2 playable characters, you can press a key and you control the other one, the problem is, it’s been over 2hours that im trying to find how to switch from one camera to the other one, the cameras would have both a “cinemachine vitrual camera (script)” thing so i have a clean camera movement following my characters but unity tell me that i can’t have 2 virtual camera ? I’ve been searching how to switch from one to another, but i didn’t find anything. The “Scripting exemple” did not help because we don’t understand anything in this script. So, can anyone help me please ? Thanks to anyone who helps =p
You can have as many virtual cameras as you like.
Use vcam.gameObject.SetActive() to activate or deactivate them.