Featured
-
No Featured Found!
Tags
waitforseconds() method not work not working
I wrote my codes right and based on the codes in (Unity docs)
but still not working , not waiting , any help !
IEnumerator wait(float waitTime)
{
Debug.Log("Wait"); // write this successfully
yield return new WaitForSecon...