public text showmessage; Public void Denglu(){ Appliction.LoadLevel("2"); StartCoroutine(disapp()); } IEnumerator disapp(){ yield return new WaitForSeconds(); showmessage.gameObject.SetActive(false); }