Reply To: Action doesn't wait for Coroutine end (IEnumerator) to finish

Forums 💬 NodeCanvas ⚙️ Support Action doesn't wait for Coroutine end (IEnumerator) to finish Reply To: Action doesn't wait for Coroutine end (IEnumerator) to finish

#19444
Gavalakis
Keymaster

    Hello,

    Thanks for your kind words! I’m glad you like NC 🙂

    So, it was actually a silly bug on my side I did when refactoring some code. Here is the fix:
    Please open up ExecuteFunction.cs and at line #92, you should see that the EndAction() is called.
    Simply move the EndAction call within the bracket just above (within the else).

    From this:

    To this:

    —-
    Cheers and thanks for the bug post 🙂