|
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.
|
@@ -143,7 +145,9 @@ public class ExampleUsage : MonoBehaviour {
|
143 | 145 | + [Custom Composites](#custom-composites)
|
144 | 146 | + [Custom Decorators](#custom-decorators)
|
145 | 147 | * [Development Environment](#development-environment)
|
146 |
| - * [Submitting your own actions, conditions, ect](#submitting-code-to-this-project) |
| 148 | + + [Making Commits](#making-commits) |
| 149 | + + [Submitting your own actions, conditions, ect](#submitting-code-to-this-project) |
| 150 | + * [Contributors](#contributors) |
147 | 151 |
|
148 | 152 | ## Example Scene
|
149 | 153 |
|
@@ -644,3 +648,15 @@ Please do the following if you wish to contribute code to this project.
|
644 | 648 | 1. Create your feature in a `feature` branch off of `develop`
|
645 | 649 | 2. Make sure your new code is reasonably tested to demonstrate it works (see `*Test.cs` files)
|
646 | 650 | 3. Submit a pull request to the `develop` branch
|
| 651 | + |
| 652 | +## Contributors |
| 653 | + |
| 654 | +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): |
| 655 | + |
| 656 | +<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> |
| 657 | +<!-- prettier-ignore --> |
| 658 | +<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> |
| 659 | + |
| 660 | +<!-- ALL-CONTRIBUTORS-LIST:END --> |
| 661 | + |
| 662 | +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! |
0 commit comments