private void Start() { target = GameObject.FindGameObjectWithTag("Player"); debug = WaypointGraph.Get("debug"); origin = transform.position; Path = debug.QueryPath(transform.position, target.transform.position); }