Forums › 💬 NodeCanvas › 🗨️ General Discussion › Fixedupdate
How can i use fixed update on my custom ActionTask? there is just protected void OnUpdate(). i will use physics on action. should i use FixedUpdate in my ActionTask directly?
Hey,
Yes you can use the normal FixedUpdate for now. It will run for as long as the Action is running 🙂