pruttned / owl-bt

owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
175 stars 28 forks source link

enhancement: create and load in sub trees #17

Closed jimmymjing closed 4 years ago

jimmymjing commented 4 years ago

Hello, I hope there would be a way to load in a sub tree and add it to the current tree node, so that the huge tree structure could get modularized. Thanks.

pruttned commented 4 years ago

Hi, you could do that by using simple string field that would contain e.g. name of you sub tree. owl-bt doesn't currently contain runtime so it`s is up to you how you implement it in your solution.