forked from NavidK0/unity-visualeffectgraph-builtin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.17 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1.17 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
{
"name": "com.unity.visualeffectgraph",
"displayName": "Visual Effect Graph",
"version": "11.0.0-backport",
"unity": "2021.1",
"unityRelease": "14f1",
"description": "The Visual Effect Graph is a node based visual effect editor. It allows you to author next generation visual effects that Unity simulates directly on the GPU. The Visual Effect Graph is production-ready for the High Definition Render Pipeline and runs on all platforms supported by it. Full support for the Universal Render Pipeline and compatible mobile devices is still in development.",
"keywords": [
"vfx",
"visualeffect",
"graph",
"effect",
"particles"
],
"dependencies": {
"com.unity.shadergraph": "11.0.0",
"com.unity.render-pipelines.core": "11.0.0"
},
"samples": [
{
"displayName": "VisualEffectGraph Additions",
"description": "Additional Assets for use with Visual Effect Graph",
"path": "Samples~/VFXGraphAdditions"
},
{
"displayName": "OutputEvent Helpers",
"description": "Additional Helper Scripts that intercept Output Events and interact with Game Objects",
"path": "Samples~/VFXOutputEventHandlers"
}
]
}