Search Unity

Question Using Cinemachine's Track's Points to Dynamically Go To Different Positions

Discussion in 'Scripting' started by michaelpynes, Jul 10, 2021.

  1. michaelpynes

    michaelpynes

    Joined:
    Sep 12, 2019
    Posts:
    79
    This is my first time using Cinemachine. Basically I have multiple points in a scene that I want to be able to choose for the camera to go to from one to another in whatever order is chosen. It's seems it's just an array of points that I will need to set for it go along, But I don't know how to do that.
     
  2. RadRedPanda

    RadRedPanda

    Joined:
    May 9, 2018
    Posts:
    1,647
    You can set up a Cinemachine VCam object to have a camera in place, and then switch to it whenever you want to.
     
  3. PraetorBlue

    PraetorBlue

    Joined:
    Dec 13, 2012
    Posts:
    7,909
    Yep just create a bunch of vCams and throw them in an array, then switch to each of them in turn.