Recent content by Jackie Xie

  1. J

    Why I cannot change behavior tree after I make a prefab?

    Hi, I made my paladin to be a prefab so I can share this gameObject in different scenes. But after that, it seems that I cannot change the behavior tree and it shows it's in view only mode I just wonder is there any way I can modify the behavior tree of an object after I make it a prefab (but...
  2. J

    Is there any way to stop a action doing onUpdate?

    There are some situations that I want to stop an action for a while, but not end it. Is there any way that I can do it?
  3. J

    Can we run task in fixed update?

    Can we use the whole system or a branch in fixed update?
  4. J

    Is there any way to ignore conditional abort when doing a task?

    I am doing a quite simple Behavior System, a part of it looks like below: I want the enemy chase the player when it's get too far from the player and dodge back when it's get too close. So I design the tree like this. The problem is sometimes it would get too far to player during the dodge...
Top