-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json.bak
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json.bak
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"name": "com.unity.render-pipelines.universal",
"description": "SLZ's moddified URP",
"version": "12.1.2",
"unity": "2021.2",
"unityRelease": "0a19",
"displayName": "SLZ Universal RP",
"hideInEditor": false,
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.5.0",
"com.unity.render-pipelines.core": "12.1.2",
"com.unity.shadergraph": "12.1.2"
},
"keywords": [
"graphics",
"performance",
"rendering",
"mobile",
"render",
"pipeline"
],
"repository": {
"type": "git",
"url": "https://github.com/StressLevelZero/Custom-URP.git"
},
"samples": [
{
"displayName": "URP Package Samples",
"description": "Collection of scenes showcasing different features of the Universal Render Pipeline.",
"path": "Samples~/URPPackageSamples"
}
]
}