Recent content by Eeric

  1. E

    How to Pause Behavior Tree From Outside Script?

    Nevermind!! Found GetComponent<BehaviorTree>().DisableBehavior(true); and GetComponent<BehaviorTree>().EnableBehavior();
  2. E

    How to Pause Behavior Tree From Outside Script?

    I'm very inexperienced in Unity. How would I pause the Behavior Tree from an outside script? I'm guessing it has something to do with "behaviorTree.DisableBehavior(true)" but I don't know how to call this from an outside script. It doesn't recognize the command. Thanks for your patience with...
  3. E

    Bug: Icon still shows after disabling it

    Really like this addon but I need to disable the icon appearance so I can see the sprite underneath it. Disabled it under preferences, and it still shows. :( Unity Editor Version: 2022.3.3f1
Top