-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
30 lines (30 loc) · 968 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
{
"name": "busstopstudios.unity.visual-graph",
"version": "0.0.4",
"displayName": "Visual Graph",
"description": "Extension to Unity's GraphView. You can use this to extend Unitys Experimental GraphView to create Graphs that have an entry point to custom nodes.",
"unity": "2020.2",
"unityRelease": "1f1",
"dependencies": {
"com.unity.modules.ui": "1.0.0"
},
"samples": [
{
"displayName": "Example",
"description": "Basic example of a graph",
"path": "Samples~/Example"
},
{
"displayName": "FSM",
"description": "FSM Example that will turn a ligt on and off with blackboard properties",
"path": "Samples~/FSM"
}
],
"author": "Bus Stop Studios",
"license": "MIT",
"repository": {
"url": "https://github.com/BusStopStudios/unity.visual-graph.git",
"type": "git"
},
"type": "tool"
}