Hi, I am using Unity 2019.4.3f1 and I have upgraded my project to use URP. However now I am having compile errors, preventing me from running the project, of which I have no idea how to fix.
The first compile error is:
Library\PackageCache\com.unity.render-pipelines.core@7.4.1\Runtime\RenderGraph\RenderGraphObjectPool.cs(31,20): error CS8179: Predefined type ‘System.ValueTuple`2’ is not defined or imported
and the rest are similar in nature referring to Library\PackageCache\com.unity.render-pipelines.core@7.4.1
I have URP 7.4.1 installed, as I updated it from 7.3.1 to see if the compile errors would go away, but they didn’t.