public static void Close() { if (_instance != null) { RED.SetActive(false, _instance.gameObject); _instance._txtDesp.text = ""; _instance.LoadBack.color = new Color(1f, 1f, 1f, 0); _instance.Content.SetActive(false); _instance.CancelInvoke("ShowContent"); } }