-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
39 lines (39 loc) · 1.27 KB
/
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
34
35
36
37
38
39
{
"name": "com.blendernodesgraph.core",
"displayName": "Blender Nodes Graph",
"version": "1.0.0",
"unity": "2020.3",
"author": "Warwlock",
"description": "Core Utilities for Blender Nodes Graph",
"documentationUrl": "https://github.com/Warwlock/blender-nodes-subgraph/wiki",
"licensesUrl": "https://example.com/licensing.html",
"hideInEditor": "false",
"dependencies": {
},
"repository": {
"type": "git",
"url": "https://github.com/Warwlock/blender-nodes-subgraph.git"
},
"samples": [
{
"displayName": "HDRP Samples",
"description": "Contains samples for the High Definition render pipeline",
"path": "Samples~/SamplesHDRP"
},
{
"displayName": "URP Samples",
"description": "Contains samples for the Universal render pipeline",
"path": "Samples~/SamplesURP"
},
{
"displayName": "BuiltIn Samples",
"description": "Contains samples for the Built In render pipeline",
"path": "Samples~/SamplesBuiltIn"
},
{
"displayName": "Blender Add-on",
"description": "Contains Blender Add-on for exporting from Blender and importing to Unity",
"path": "Samples~/BlenderAddon"
}
]
}