//Before eliminated puyo, wait a while. IEnumerator statusChangingGap() { yield return(new WaitForSeconds(0.8f)); StartCoroutine("showComboImg"); ImageController.setComboNumber(++comboNumber); PuyoController.eliminatePuyo(); gameStatus = GameStatus.PuyoArranging; }