The Scriptable Render Pipeline github says I need a package called Core RP Library to figure out which version of the Scriptable Render Pipeline I need. I could only find this package in the 2019 documentation, and can’t find it in the 2020 package manager. How can I get the Core RP Library?
3 Likes
Yeah, I am just following the catlikecoding SRP tutorial and it suggests installing the Core RP package that doesn’t appear to exit. Did you ever find this?
1 Like
You should probably fill a bug report for this issue.
Anyways here is a workaround:
Open the file “Packages/manifest.json” and add a line like that:
“com.unity.render-pipelines.core”: “10.2.2”,
You can find more information about the version compatible with your unity here: GitHub - Unity-Technologies/Graphics: Unity Graphics - Including Scriptable Render Pipeline.
Alternatively you can create a URP project and look at this file. You will find a line with com.unity.render-pipelines.universal. The version of the core library should be the same.