Fixedupdate

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15038
    atmuc
    Participant

      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?

      #15039
      Gavalakis
      Keymaster

        Hey,

        Yes you can use the normal FixedUpdate for now. It will run for as long as the Action is running 🙂

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.