public void OnScoreButtonPressed() { ShopMenu.SetActive(true); ShopMenu.GetComponent <ShopMenuUI>().RefreshCoinDisplayer(); TurnOffMainMenuUI(); shopmenu.InitShop(); }