private void ShowNewBest() { GameController.BestScore = GameController.CurrentScore; property.GetBestScoreObj().SetActive(true); property.SetNewBestScore(GameController.BestScore.ToString()); }