-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 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
{
"name": "dev.bolt.addons",
"version": "5.0.0",
"displayName": "Community Addons for Unity Visual Scripting",
"description": "A collection of Nodes, Assets, Utilities, and other assets for Unity Visual Scripting.",
"unity": "2018.4",
"dependencies": {},
"keywords": [
"Bolt",
"Units",
"Community",
"Addons"
],
"author": {
"name": "Reality.Stop()"
},
"samples": [{
"displayName": "Example Macro Pack #1",
"description": "A set of basic macros for testing out this framework.",
"path": "Samples~/ExampleMacroPack1"
},
{
"displayName": "Tutorial - UI Interaction",
"description": "A working example of interacting with the UI through Bolt.",
"path": "Samples~/ExampleUIInteractionTutorial"
}
]
}