Forums › 💬 NodeCanvas › 🗨️ General Discussion › FixedUpdate in custom task › Reply To: FixedUpdate in custom task
Hey,
ActionTasks only get an Update callback for performance while FixedUpdate or LateUpdate callbacks should be manually registered if need so. Here is example of how to do that:
Let me know if that works for you. Thanks!