Search Unity

cinemachine not compatible with HDRP

Discussion in 'Cinemachine' started by bobthenob, Oct 14, 2019.

  1. bobthenob

    bobthenob

    Joined:
    Sep 2, 2013
    Posts:
    26
    hi so i have unity 2019.0b6 loaded a new Hdrp project
    added cinemachine v 2.34 via packet manager
    i get this error
    CSharp]Library\PackageCache\com.unity.cinemachine@2.3.4\Runtime\PostProcessing\CinemachineVolumeSettings.cs(5,42): error CS0234: The type or namespace name 'HDPipeline' does not exist in the namespace 'UnityEngine.Experimental.Rendering' (are you missing an assembly reference?)
    any ideas thanks
     
  2. bobthenob

    bobthenob

    Joined:
    Sep 2, 2013
    Posts:
    26
    i just found this in another post
    You need to upgrade to CM 2.4.0
    but thats not out yet
    must have missed it when searching
     
  3. bobthenob

    bobthenob

    Joined:
    Sep 2, 2013
    Posts:
    26
    ok ive found that if you use unity 2019.2.9f it will work with hdrp and cinemache
     
  4. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,730
    In Unity 2019.3, HDRP requires CM 2.4.0, which is currently only available in preview. You have to set up your Package Manager window to show preview packages, like this:

    upload_2019-10-15_10-3-26.png

    and then, in the entry for the package,

    upload_2019-10-15_10-4-36.png
     
    eugeneloza and GrapePaste like this.