How to search one tree was referenced by which trees?

cvadiablo

New member
I created lots of behavior tree, some of them was referenced by other trees using ‘ Behavior Tree Reference’ action. Now I want to search one tree was referenced by which trees. What should I do? Thanks!
 
There currently isn't a good way to search for this. Part of the issue is that the trees aren't loaded until runtime so the current tree doesn't necessarily know the next tree that is going to be loaded (and the trees can be loaded dynamically which also makes it more of an issue).
 
There currently isn't a good way to search for this. Part of the issue is that the trees aren't loaded until runtime so the current tree doesn't necessarily know the next tree that is going to be loaded (and the trees can be loaded dynamically which also makes it more of an issue).

Thanks for your reply. Will you support a function to list the behavior trees that references a given tree by traversing all the behavior trees in the project, without in runtime? Thanks!
 
Top