We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d1682 commit e4dd73aCopy full SHA for e4dd73a
.oyster.json
@@ -0,0 +1,22 @@
1
+{
2
+ "description": "A micro-framework for creating Behavior Trees based upon the builder pattern",
3
+ "displayName": "Fluid Behavior Tree",
4
+ "keywords": [
5
+ "ai",
6
+ "behavior tree",
7
+ "builder pattern"
8
+ ],
9
+ "oysterVersion": "2.1.0",
10
+ "packageName": "com.fluid.behavior-tree",
11
+ "packageScope": "com.fluid",
12
+ "unityVersion": "2018.1",
13
+ "author": {
14
+ "name": "Ash Blue",
15
+ "email": "ash@blueashes.com",
16
+ "url": "https://twitter.com/ashbluewd"
17
+ },
18
+ "repo": {
19
+ "gitUrl": "https://github.com/ashblue/fluid-behavior-tree",
20
+ "gitUrlNoHttp": "github.com/ashblue/fluid-behavior-tree"
21
+ }
22
+}
0 commit comments