-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.88 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "com.unity.render-pipelines.universal",
"description": "The Universal Render Pipeline (URP) is a prebuilt Scriptable Render Pipeline, made by Unity. URP provides artist-friendly workflows that let you quickly and easily create optimized graphics across a range of platforms, from mobile to high-end consoles and PCs.",
"version": "17.5.0",
"unity": "6000.5",
"displayName": "Vivid RP",
"dependencies": {
"com.unity.render-pipelines.core": "17.5.0",
"com.unity.shadergraph": "17.5.0",
"com.unity.render-pipelines.universal-config": "17.5.0"
},
"keywords": [
"graphics",
"performance",
"rendering",
"mobile",
"render",
"pipeline"
],
"samples": [
{
"displayName": "URP Package Samples",
"description": "Collection of scenes showcasing different features of the Universal Render Pipeline.\n \nTo setup the project to use the samples, the URP Package Samples/SharedAssets/Settings/PackageSamplesURPAsset.asset has to be assigned in the Project Settings/Graphics/Set Default Render Pipeline Asset/Default Render pipeline and/or in the Project Settings/Quality/Rendering/Render Pipeline Asset.",
"path": "Samples~/URPPackageSamples"
},
{
"displayName": "URP RenderGraph Samples",
"description": "Collection of scripts with some examples of RenderGraph and how it is used within the Universal Render Pipeline.",
"path": "Samples~/URPRenderGraphSamples"
},
{
"displayName": "Renderer Shader User Value Samples",
"description": "Adds a set of examples using Renderer Shader User Value feature.",
"path": "Samples~/RendererShaderUserValueSamples",
"dependencies": [
"com.unity.render-pipelines.core/Samples~/Common",
"com.unity.render-pipelines.core/Samples~/RendererShaderUserValue_Common"
]
}
],
"_fingerprint": "ab7d78e3891ecdb88d60327afa07fdf6e087a9e5"
}