forked from Unity-Technologies/Graphics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1.11 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
{
"name": "com.unity.visualeffectgraph",
"displayName": "Visual Effect Graph",
"version": "11.0.0",
"unity": "2021.1",
"unityRelease": "0a8",
"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"
},
"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"
}
]
}