public IEnumerator PlayUIAnimation() { _uiController.FadeOut(); yield return(new WaitForSeconds(2.5f)); _uiController.Overlay.FadeIn(); }