Reply To: TaskAction coroutine bug ?

Forums 💬 NodeCanvas 🗨️ General Discussion TaskAction coroutine bug ? Reply To: TaskAction coroutine bug ?

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