private void Awake()
 {
     instance         = this;
     pathRequestQueue = new Queue <PathRequest>();
 }
Beispiel #2
0
 public void StartFindPath()
 {
     PathRequestManager.RequestPath(transform.position, target.position, grid, pathFinding, PathFind);
 }