Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Post-Processing not working with Cinemachine

Discussion in 'Cinemachine' started by mustdeath, Mar 17, 2022.

  1. mustdeath

    mustdeath

    Joined:
    Aug 18, 2015
    Posts:
    2
  2. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,331
    URP has post-processing built-in. You should remove the PostProcessing package and add a CinemachineVolumeSettings extension to the vcam instead of CinemachinePostProcessing.
     
    mustdeath likes this.
  3. mustdeath

    mustdeath

    Joined:
    Aug 18, 2015
    Posts:
    2
    Ahhh awesome thank you! Fixed it.