-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
33 lines (33 loc) · 822 Bytes
/
package.json
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
{
"name": "net.peeweek.vfxgraph-extras",
"displayName": "Visual Effect Graph (Extras)",
"version": "6000.0.0",
"unity": "6000.0",
"dependencies": {
"com.unity.visualeffectgraph": "17.0.0",
"com.unity.shadergraph": "17.0.0"
},
"description": "Visual Effect Graph Extras - Extensions and Additions to VFX Graph, not endorsed nor supported by Unity.",
"keywords": [
"Visual",
"Effect",
"Graph",
"VFX",
"VFXGraph",
"Extras",
"VisualEffect"
],
"hideInEditor": false,
"author": {
"name": "PeeWeeK.NET",
"url": "https://github.com/peeweek/"
},
"samples": [
{
"displayName": "VFX Virtual Impact Example",
"description": "Test Implementation for VFX Virtual Impacts",
"path": "Samples~/VirtualImpactTest"
}
],
"unityRelease": "0"
}