Is there any way to debug a behavior tree when using tree bindings? The window just shows the top level and I can’t find a way to dig any deeper than that. This makes it fairly difficult to troubleshoot issues in more complex trees.
I can work around this by creating a temporary tree and copy/pasting the entire tree from my binding, but that isn’t really a good solution.