-
Notifications
You must be signed in to change notification settings - Fork 869
Expand file tree
/
Copy pathpackage.json
More file actions
13 lines (13 loc) · 826 Bytes
/
package.json
File metadata and controls
13 lines (13 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"name": "com.unity.render-pipelines.core",
"description": "SRP Core makes it easier to create or customize a Scriptable Render Pipeline (SRP). SRP Core contains reusable code, including boilerplate code for working with platform-specific graphics APIs, utility functions for common rendering operations, and shader libraries. The code in SRP Core is use by the High Definition Render Pipeline (HDRP) and Universal Render Pipeline (URP). If you are creating a custom SRP from scratch or customizing a prebuilt SRP, using SRP Core will save you time.",
"version": "14.0.12",
"unity": "2022.3",
"displayName": "Core RP Library",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
}
}