-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
43
44
{
"name": "com.unity.render-pipelines.universal",
"description": "SLZ's modified URP",
"version": "8148.0.7-5",
"unity": "2021.2",
"displayName": "SLZ Universal RP",
"hideInEditor": false,
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.5.0",
"com.unity.render-pipelines.core": "8148.0.1",
"com.unity.shadergraph": "12.1.6",
"com.unity.nuget.newtonsoft-json": "2.0.2"
},
"keywords": [
"graphics",
"performance",
"rendering",
"mobile",
"render",
"pipeline"
],
"repository": {
"type": "git",
"url": "https://github.com/StressLevelZero/Custom-URP.git"
},
"author": {
"name": "StressLevelZero",
"email": "contact@stresslevelzero.com",
"url": "http://www.stresslevelzero.com/"
},
"samples": [
{
"displayName": "Amplify Shader Extentions",
"description": "Templates and functions needed to use Amplify Shader Editor",
"path": "Samples~/AmplifyShaderExtentions"
},
{
"displayName": "SLZ Bonelab Shaders",
"description": "A collection of shaders that are found in Bonelab",
"path": "Samples~/SLZShaders"
}
]
}