Appelez l'unité d'Ienumerator

IEnumerator test()
{
//your code here
}
void Start()
{
StartCoroutine(test);
}
Stormy Salamander