Forums › 💬 NodeCanvas › 🗨️ General Discussion › TaskAction coroutine bug ? › Reply To: TaskAction coroutine bug ?
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.