Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Use Virtual Camera in place of camera with premade controller?

Discussion in 'Cinemachine' started by TangerineDog, Apr 2, 2021.

  1. TangerineDog

    TangerineDog

    Joined:
    Oct 20, 2020
    Posts:
    20
    Say I've got a camera controller asset with a script that needs a camera assigned.
    I can't assign a virtual camera there, so is there some tried and true workaround?
     
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,658
    Usually in these cases you can either edit the script to make it work with a vcam, or failing that you can sometimes get away with just adding a disabled Camera component to a vcam, and use that.
     
    TangerineDog likes this.