Search Unity

Question Swap cameras instantly (without blend)

Discussion in 'Cinemachine' started by lemmons, Apr 18, 2021.

  1. lemmons

    lemmons

    Joined:
    Jun 20, 2016
    Posts:
    68
    This is surely just user error on my part but I can't figure out how to instantly swap to a virtual camera with no transition. Really, what I want to do is to move a camera to a specific position and make it the priority camera at the same time, and I only want to do it with this one specific camera—the rest still need to blend. Any guidance is appreciated!
     
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,721
    That's what Custom Blends are for. Add an entry that says 0 blend time whenever this vcam is enabled.

    upload_2021-4-19_10-40-46.png
     
    lemmons likes this.
  3. lemmons

    lemmons

    Joined:
    Jun 20, 2016
    Posts:
    68
    Works perfect—thank you!
     
  4. lemmons

    lemmons

    Joined:
    Jun 20, 2016
    Posts:
    68
    For future readers: I just realized you can use the `Cut` blend as well for the same effect. This video goes into more details and talks about state-driven cameras which, as it turns out, is exactly what I was looking for!