|
1 | | -# Fluid Behavior Tree [](https://travis-ci.org/ashblue/fluid-behavior-tree) |
| 1 | +# Fluid Behavior Tree |
| 2 | +[](https://travis-ci.org/ashblue/fluid-behavior-tree) |
| 3 | +[](#contributors) |
2 | 4 |
|
3 | 5 | A pure code behavior tree micro-framework built for Unity3D projects. |
4 | 6 | Granting developers the power to dictate their GUI presentation. |
@@ -158,10 +160,17 @@ with units who attempt to capture the flag while grabbing power ups to try and g |
158 | 160 | + [Custom Conditions](#custom-conditions) |
159 | 161 | + [Custom Composites](#custom-composites) |
160 | 162 | + [Custom Decorators](#custom-decorators) |
161 | | - * [Development](#development) |
| 163 | + * [Development Environment](#development-environment) |
162 | 164 | + [Making Commits](#making-commits) |
163 | 165 | + [Submitting your own actions, conditions, ect](#submitting-code-to-this-project) |
164 | 166 | + [Nightly Builds](#nightly-builds) |
| 167 | + * [Contributors](#contributors) |
| 168 | + |
| 169 | +## Example Scene |
| 170 | + |
| 171 | +You might want to look at the [capture the flag](https://github.com/ashblue/fluid-behavior-tree-ctf-example) example project |
| 172 | +for a working example of how Fluid Behavior Tree can be used in your project. It demonstrates real time usage |
| 173 | +with units who attempt to capture the flag while grabbing power ups to try and gain the upper hand. |
165 | 174 |
|
166 | 175 | ## Library |
167 | 176 |
|
@@ -707,3 +716,15 @@ To access nightly builds of `develop` that are package manager friendly you'll n |
707 | 716 | ``` |
708 | 717 |
|
709 | 718 | Note that to get a newer nightly build you must delete this line and any related lock data in the manifest, let Unity rebuild, then add it back. As Unity locks the commit hash for Git urls as packages. |
| 719 | + |
| 720 | +## Contributors |
| 721 | + |
| 722 | +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): |
| 723 | + |
| 724 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> |
| 725 | +<!-- prettier-ignore --> |
| 726 | +<table><tr><td align="center"><a href="https://jesse.tg"><img src="https://avatars0.githubusercontent.com/u/1175189?v=4" width="100px;" alt="Jesse Talavera-Greenberg"/><br /><sub><b>Jesse Talavera-Greenberg</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=JesseTG" title="Code">💻</a></td></tr></table> |
| 727 | + |
| 728 | +<!-- ALL-CONTRIBUTORS-LIST:END --> |
| 729 | + |
| 730 | +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
0 commit comments