Unity répéter la coroutine

private IENumerator MyCoroutine(){

...

StartCoroutine("MyCoroutine");
}
Tense Termite