-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 2.2 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
{
"name": "com.unity.render-pipelines.high-definition",
"description": "The High Definition Render Pipeline (HDRP) is a high-fidelity Scriptable Render Pipeline built by Unity to target modern (Compute Shader compatible) platforms. HDRP utilizes Physically-Based Lighting techniques, linear lighting, HDR lighting, and a configurable hybrid Tile/Cluster deferred/Forward lighting architecture and gives you the tools you need to create games, technical demos, animations, and more to a high graphical standard.",
"version": "10.5.0",
"unity": "2020.3",
"unityRelease": "4f1",
"displayName": "High Definition RP",
"dependencies": {
"com.unity.render-pipelines.core": "10.5.0",
"com.unity.shadergraph": "10.5.0",
"com.unity.visualeffectgraph": "10.5.0",
"com.unity.render-pipelines.high-definition-config": "10.5.0"
},
"keywords": [
"graphics",
"performance",
"rendering",
"render",
"pipeline"
],
"samples": [
{
"displayName": "Additional Post-processing Data",
"description": "Adds additional post-processing data to your project, such as Lens Dirt textures.",
"path": "Samples~/PostProcessingData"
},
{
"displayName": "Procedural Sky",
"description": "Adds the deprecated procedural sky of HDRP.",
"path": "Samples~/ProceduralSky"
},
{
"displayName": "Particle System Shader Samples",
"description": "Adds Particle System Shader samples to your project. Open the SampleScene to see examples of various lit and unlit particle effects.",
"path": "Samples~/ParticleSystemShaderSamples"
},
{
"displayName": "Material Samples",
"description": "Adds Material Samples to your project. Open the MaterialSamples scene to see examples of materials based on the lit shader with effects such as subsurface scattering, displacement, anisotropy and more. This scene requires Text Mesh Pro to render text explanations.",
"path": "Samples~/MaterialSamples"
}
],
"upmCi": {
"footprint": "50f016d807f37aa9c7765d28ab0bdf78852c9e76"
},
"repository": {
"url": "/~https://github.com/Unity-Technologies/Graphics.git",
"type": "git",
"revision": "7ff8fd444c179fd9bb380d61f4865be6935b47dd"
}
}