Reply To: OnExecute() and OnUpdate() for Running Action

Forums 💬 NodeCanvas ⚙️ Support OnExecute() and OnUpdate() for Running Action Reply To: OnExecute() and OnUpdate() for Running Action

#17583
Gavalakis
Keymaster

    Hello,

    This is actually a bug that was introduced due to a code refactoring. Thanks for pointing this to me.
    To fix this, please simply delete the OnExecute method override completely, so that only OnUpdate is calling Forward().

    Thank you!