Forums › 💬 NodeCanvas › ⚙️ Support › OnExecute() and OnUpdate() for Running Action › Reply To: OnExecute() and OnUpdate() for Running Action
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!