void Start()
 {
     if (AStarGridOnStart)
     {
         aGrid.SetupCreateGrid();
     }
 }