Recent content by Ryan Chen

  1. R

    About build withinsight and movetoward demo in runtime

    Cool. I imported it from package manager, it seems I can't browse the source code. Anyway, this imformation is very helpful. Thanks a lot.
  2. R

    About build withinsight and movetoward demo in runtime

    void Start() { BehaviorTree behaviorTree = gameObject.AddComponent<BehaviorTree>(); behaviorTree.StartWhenEnabled = false; EntryTask entryTask = new EntryTask(); behaviorTree.GetBehaviorSource().EntryTask = entryTask; Sequence rootTask = new...
Top