generated from JamesLaFritz/2021DevEnviromentTemplate
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 1.14 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
{
"name": "com.jameslafritz.graphviewbehaviortree",
"version": "1.0.0",
"description": "Behavior Tree With a Graph View Editor",
"displayName": "Graph View Behavior Tree",
"unity": "2021.3",
"author": {
"name": "James LaFritz",
"url": "https://jameslafritz.github.io/"
},
"changlogURL": "https://jameslafritz.github.io/GraphViewBehaviorTree/articles/CHANGELOG.html",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
},
"documentationUrl": "https://jameslafritz.github.io/GraphViewBehaviorTree/api/GraphViewBehaviorTree.html",
"hideInEditor": "false",
"keywords": [
"ScriptableObject",
"UI",
"Editor",
"Inspector"
],
"licensesUrl": "https://jameslafritz.github.io/GraphViewBehaviorTree/articles/LICENSE.html",
"samples": [
{
"displayName": "Simple Tree",
"description": "A Scene with a Tree Runner that runs a simple tree forever.",
"path": "Samples~/Simple Tree"
}
]
}