Recent content by zakur0

  1. Z

    Updating ExternalBehaviors on a BehaviorTreeReference

    Thanks a lot, for the quick reply!! Ok, I think I 've found my way around this great asset!
  2. Z

    Updating ExternalBehaviors on a BehaviorTreeReference

    Ah apparently the whole tree is evaluated before it starts, so you need to either set this from an outside script. However, even when it is restarted. or the tree is enabled/disabled the reference tree behavior is not reseted. Performance wise, should I be marking the root of the branch and...
  3. Z

    Updating ExternalBehaviors on a BehaviorTreeReference

    I am trying in a manual loop to update the externalBehavior of the next node. For example in the update of a conditional node I am running this, but I am hitting an out of range exception : public override BehaviorDesigner.Runtime.Tasks.TaskStatus OnUpdate() { if...
Top