Recent content by okokok126

  1. O

    FindTask throw NullReferenceException

    Every time I call FindTask it will throw NullReferenceException. Following is my code and behavior tree setting using UnityEngine; using BehaviorDesigner.Runtime; using BehaviorDesigner.Runtime.Tasks; public class TreeTester : MonoBehaviour { public BehaviorTree tree; void Start ()...
Top