public void LoadLevel(string name) { StartCoroutine(panel.PanelFadeOut()); StartCoroutine(StartLevel(name)); }