Search Unity

Multiple Virtual Cameras and Post Processing

Discussion in 'Cinemachine' started by AntLewis, Jan 22, 2021.

  1. AntLewis

    AntLewis

    Joined:
    Feb 2, 2010
    Posts:
    254
    Hi there, I've read the guide on adding the Cinemachine Post processing extension to virtual cameras to allow different post processing effects per virtual camera.

    However, what (if any) changes need to be made to the main camera. Previously I had:

    • A post processing layer component (with the layer dropdown set to the layer the camera is on)
    • A post processing volume component (with the isGlobal checked) so it's a global setting. And a reference to the post processing profile I wanted to use
    Thanks for any help with this!
     
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    The global volumes will still work, and you can put your profiles there. The per-vcam profiles will only be active when the vcams are, and will blend with any other active profiles, not replace them. They are for vcam-specific settings and effects. Put the common ones in the global profile.