private void Start() { transform.position = grid.GetGridXY(start); path = PathFinder.FindPath(grid.GetGrid(), start, end, diag); }