neuecc / UniRx

Reactive Extensions for Unity
MIT License
7.01k stars 895 forks source link

ToYieldInstruction method does not catch an error #512

Open bunszr opened 2 years ago

bunszr commented 2 years ago

WaitAnim().ToYieldInstruction(true); or WaitAnim().ToYieldInstruction();

When i call WaitAnim coroutine as the above, does not catch an error. It is not written any error in the console.