Hubungi Ienumerator Unity

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