IEnumerator RespawnUFO(float _timeToRespawn) { yield return(new WaitForSeconds(_timeToRespawn)); ufo.Activate(); }