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’ 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’ 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’ 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 !