private IEnumerator RestartLevelsCoroutine() { GetComponent <ButtonsInCloud>().ClonedPanelButtons.SetActive(false); TextInfo.GetComponent <Text>().text = "Restarting levels..."; yield return(new WaitForSeconds(1f)); yield return(WebConnector.RestartLevels()); StartCoroutine(LoadMissionCoroutine(MissionType.Specified, false)); }