示例#1
0
 private void Update()
 {
     PathRequestManager.GetImmediatePath(transform.position, target.position, OnPathFound);
 }