Barnaby Smith
Results
1
issues of
Barnaby Smith
Calling a nested coroutine with an exception behaves differently to the built in coroutine support, consider the following: ```csharp IEnumerator Foo() { Debug.Log(" Foo 1"); yield return this.StartCoroutine(Bar()); Debug.Log(" Foo...