I have a scene where I have two virtual Cinemachine cameras, one that follows the player and one that is on a fixed position which zooms out on a large set piece. I have a Camera Change Trigger set up with a trigger box collider on it and have the settings set up so that when the player enters the collider, it Activates the secondary camera and then Deactivates it and goes back to the default player-following camera when the player leaves the trigger. Here’s the problem: when I enter the scene, it starts on the secondary fixed camera no matter what and I want it to start on the default camera. However when I set the default camera’s priority to be higher than the secondary camera, it never switches with the trigger because the default camera will always have a higher priority. If I set them to the same Priority, it still starts the scene on the secondary camera.
Is there a way to set the default camera to be the starting camera upon entering the scene?