Recent content by Dorcan

  1. Dorcan

    [Resolved] Behavior Designer doesn't work with Unity 2021.2 (Beta)

    Ok so I finally found out what was the problem. I thought it had something to do with upgrading to 2021.2, but as it was still possible to create new external behaviors and add tasks, it was clear it was because of something we did. Actually it was a refactoring of a namespace after the...
  2. Dorcan

    [Resolved] Behavior Designer doesn't work with Unity 2021.2 (Beta)

    Hello ! For our project we need some features that are coming in Unity 2021.2. Everything works when upgrading to the latest beta, except Behavior Designer. Basically we get this error at runtime and when opening any external behavior : MissingMethodException: Method 'Cannot create an...
  3. Dorcan

    Edit ExternalBehaviorTree variables from a custom inspector

    Awesome! Works perfectly. I am! Also, going through the available source code helped me make some decisions about my own code as well, so... thanks ! :)
  4. Dorcan

    Edit ExternalBehaviorTree variables from a custom inspector

    Hello ! We've integrated Behavior Designer in our game, and I wanted to integrate exposed variables of ExternalBehaviorTree inside our own custom inspector for our enemies. That way all variables for each enemies are centralized, making it easier to use for our game designer. Our inspector...
Top