//This method is called in between cycles when testing board state in the debugger. public void BoardStateTestReset() { ClearBoard(); //special UI method to clear all screens regardless and set up the button UI UIManager.HideButtons(); //Generate board and array boardGeneration.GenerateBoard(); BoardState.SetBoardArray(); }