public void InvokePopup(PopupText popup) { popup.gameObject.SetActive(true); popup.enabled = true; popup.StopAllCoroutines(); popup.StartCoroutine(popup.Run()); }