Recent content by JingFengJi

  1. J

    External Tree Runtime

    Hello, I try inherit the BehaviorTreeReference task and then override the GetExternalBehaviors method. But i have a question, I didn’t know which subtree should be loaded until the last task was finished. How can I do that? Thanks!
  2. J

    External Tree Runtime

    Hello, Justin. I have a behavior tree as shown in the image below. Of the 6 trees selected in the red box, only one of them is actually used in the game. I don't want this tree to load these 6 subtrees at runtime. I only want to load the subtree that is actually used. How can I do that? Thanks!
Top