Reply To: TaskAction coroutine bug ?

NodeCanvas Forums General Discussion TaskAction coroutine bug ? Reply To: TaskAction coroutine bug ?

#14408
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.