Recent content by rakkar

  1. R

    BehaviorManager.LoadBehavior() is slow

    Bump, is this an expected outcome?
  2. R

    BehaviorManager.LoadBehavior() is slow

    I'm making Empire of Ember, which loads 100 units per battle. BehaviorManager.LoadBehavior() takes quite a long time, then done 100 times longer is generating user complaints. Is there a way to avoid this?
  3. R

    Utility Selector with Behavior Tree Reference

    I am using Utility Selector to select the highest value behavior out of a set of basic behaviors. However, bosses have additional behaviors. I can do this by duplicating the tree. However, I now have the overhead of copy/pasting any changes to the basic behaviors to the boss tree. I would...
Top