void OnDestroy() { Instance = null; }
void Awake() { canvasGroup.alpha = 1f; Instance = this; gameObject.SetActive(false); }