Search Unity

Core RP Library import issue

Discussion in 'Shader Graph' started by Hadrien_, Dec 28, 2020.

  1. Hadrien_

    Hadrien_

    Joined:
    Nov 2, 2020
    Posts:
    3
    Hello everyone,

    I want to get shader graph into my project but I get 3 errors after importing it (related to the Core RP Library package) :

    Library/PackageCache/com.unity.render-pipelines.core@7.3.1/Runtime/RenderGraph/RenderGraphObjectPool.cs(27,29): error CS0433: The type 'Lazy<T>' exists in both 'NSubstitute, Version=0.0.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'

    Library/PackageCache/com.unity.render-pipelines.core@7.3.1/Runtime/Debugging/DebugManager.cs(28,25): error CS0433: The type 'Lazy<T>' exists in both 'NSubstitute, Version=0.0.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'

    Library/PackageCache/com.unity.render-pipelines.core@7.3.1/Runtime/Volume/VolumeManager.cs(19,25): error CS0433: The type 'Lazy<T>' exists in both 'NSubstitute, Version=0.0.0.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca' and 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'

    I have no idea about how to fix this, I'm using Unity 2019.4.4.

    Can anyone help ?

    Thanks ! :)
     
  2. Hadrien_

    Hadrien_

    Joined:
    Nov 2, 2020
    Posts:
    3
    Anyone ?
     
  3. UnityMaru

    UnityMaru

    Community Engagement Manager PSM

    Joined:
    Mar 16, 2016
    Posts:
    1,227
    I'll send this over to the Shader Graph forum as it's an issue with the package, rather than the package manager.