IEnumerator WaitingToken() { UtilMgr.ShowLoading(true); yield return(new WaitForSeconds(3f)); Debug.Log("Skip Token"); IOSMgr.SkipToken(); }