forked from thekiwicoder0/UnityBehaviourTreeEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.18 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
{
"name": "com.thekiwicoder.behaviourtreeditor",
"version": "0.0.20",
"displayName": "Behaviour Tree Editor",
"description": "Behaviour Tree runtime and Editor built with UI Toolkit",
"unity": "2021.3",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/thekiwicoder0/UnityBehaviourTreeEditor/blob/main/Assets/BehaviourTree/README.md",
"changelogUrl": "https://github.com/thekiwicoder0/UnityBehaviourTreeEditor/blob/main/Assets/BehaviourTree/CHANGELOG.md",
"licensesUrl": "https://github.com/thekiwicoder0/UnityBehaviourTreeEditor/blob/main/Assets/BehaviourTree/LICENSE.MD",
"dependencies": {
},
"keywords": [
"behaviour tree",
"behaviour tree editor",
"thekiwicoder",
"ai",
"ai behaviour tree"
],
"author": {
"name": "TheKiwiCoder",
"email": "[email protected]",
"url": "https://www.thekiwicoder.com"
},
"samples": [
{
"displayName": "Random Walk",
"description": "Simple example behaviour tree which moves a navmeshagent to random locations within a bounding area",
"path": "Samples~/RandomWalk"
}
]
}