Either I am missing something or the Tree Binding node isn’t working as expected. The documentation for the node states: “Binding Name - the name of the field that will appear in the BasicMind editor for AI that use the parent Behavior Tree.”
Steps to reproduce:
- open any behavior tree
- add in a Tree Binding node and fill in the Binding Name, lets say “myBinding”
- go back to any AIRig inspector and choose the BasicMind tab
- assign the behavior tree that you just modified
- take note that the “myBinding” field does not appear in the BasicMind tab. Screenshot: http://cl.ly/SvrU
Expected result: the “myBinding” field should appear in the BasicMind tab with a dropdown to choose the tree to bind it to.