TaskAction coroutine bug ?

Forums 💬 NodeCanvas 🗨️ General Discussion TaskAction coroutine bug ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13419
    personuo
    Participant

      When TaskAction is running on OnEnable, OnGraphStarted will set coroutine = null, StopCoroutine will not execute when OnGraphStoped

      #13421
      personuo
      Participant

        DoUpdate will run once more after this graph stops if TaskAction is running.

        So I add [ExecutionPriority(10)] to TaskAction,but I don’t know if there is a problem with this modification.

        #13420
        Gavalakis
        Keymaster

          Hey,

           

          Hmm. Are you refering to TaskAction as in FlowCanvas by any chance?

          Can you please provide a bit more info on the exaple you posted?

          Thanks!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.