We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2131130
Runner.MoveNextAndExpect<WaitForSeconds>(); Runner.MoveNextAndExpect(new WaitForSeconds(1));
12a4e10
Which means, support for the following cases:
IEnumerator MyRoutine () { yield return MyRoutine(); }
IEnumerator MyRoutine () { yield return runner.StartCoroutine(MyRoutine()); }
08391b1
Initial Release