Recent content by pheik

  1. P

    The type or namespace name 'BehaviorTree' does not exist in the namespace 'BehaviorDesigner.Runtime'

    AssemblyDefinitions seem to have something to do with it. In a clear project, the BehaviorTree does show up. If I try to access it from a script under an AsmDef, I see a number of classes but not the BehaviorTree.
  2. P

    The type or namespace name 'BehaviorTree' does not exist in the namespace 'BehaviorDesigner.Runtime'

    I'm using assembly definitions, but I can still access other classes under BehaviorDesigner, which makes me doubt that is not the issue here.
  3. P

    The type or namespace name 'BehaviorTree' does not exist in the namespace 'BehaviorDesigner.Runtime'

    I'm trying to get access to a BehaviorTree via GetComponent call similar to this page (https://opsive.com/support/documentation/behavior-designer/behavior-tree-component/create-a-behavior-tree-from-script/) but the class seems to be unreachable? Is this intended?
Top