void start() StartCoroutine(Text()); IEnumerator Text() // <- its a standalone method { Debug.Log("Hello") yield return new WaitForSeconds(3) Debug.Log("ByeBye") }
Invoke("functionname", seconds); // this is for C#