Recent content by amynox

  1. A

    [BUG] Reference behaviour tree not transfering value to other Behaviour Tree Referene !

    Hi, Attached an exemple that illustrate the bug (behaviour designer DLL not included). We are using the last BD version 1.6.5 (may 3, 2020) Basicly we have 3 Nested Behaviour tree : B_LVL_1 => Reference B_LVL_2 and pass to it a value named "Debug_LVL_2" with value "OK". B_LVL_2 => Print the...
  2. A

    Another Null Ref exception in 1.6.2

    Thank you for the fix. it works ;)
  3. A

    Another Null Ref exception in 1.6.2

    Hi Justin, I'm getting the same null ref (on line 541 BehaviorManager) after upgrading from 1.6.1 to 1.6.2. After removing the lines you suggest (on BehaviourManager.cs line 524 TO 529), i'm starting getting another error : Error: Unable to set SharedVariable - the variable type...
Top