Recent content by thatoneguy

  1. T

    Automated Testing

    Hi Justin, Do you have recommendations for how to make automated tests for behavior trees? Is there an easy way to plug into the tree during the test to see that the tree took an expected path given the conditions the test set up? My initial thought is to put in a bunch of "test hook" variables...
  2. T

    SetVariable Doesn't Exist?

    Thanks for the reply. For whatever reason that second BehaviorTree you mentioned was non-existant with the BehaviorDesigner.Runtime dll that comes with the initial import from the asset store. I downloaded the source version instead (2019.3) and now I can see it.
  3. T

    SetVariable Doesn't Exist?

    In the documentation it says to use SetVariable to access variables on a Behavior Tree, however, that method does not exist on that class any longer. What replaced it? Another oddity, BehaviorTree doesn't exist under BehaviorDesigner.Runtime, I could only find it nested under BehaviorManager...
Top