-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (31 loc) · 736 Bytes
/
package.json
File metadata and controls
34 lines (31 loc) · 736 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.yetman.render-pipelines.universal.postprocess",
"version": "2.0.0",
"displayName": "Universal RP Post-Processing Stack",
"description": "A post-processing stack for Universal RP",
"unity": "2020.2",
"unityRelease": "0f1",
"dependencies": {
"com.unity.render-pipelines.universal": "10.2.2",
"com.unity.render-pipelines.core": "10.2.2"
},
"keywords": [
"graphics",
"performance",
"rendering",
"mobile",
"render",
"pipeline"
],
"author": {
"name": "Yahia Zakaria"
},
"samples": [
{
"displayName": "Examples",
"description": "Examples of Custom Post Processing Effects",
"path": "Samples~/Examples"
}
],
"hideInEditor": false
}