Reply To: How to get unscaled ElapsedTime from Tasks/OwnerSystem?

Forums 💬 NodeCanvas ⚙️ Support How to get unscaled ElapsedTime from Tasks/OwnerSystem? Reply To: How to get unscaled ElapsedTime from Tasks/OwnerSystem?

#15760
zerox
Participant

    No, I only want to unscaledElapsedTime on the action tasks I want, not the entire graph.

    Currently I have to save Time.unscaledTime in OnExecute and check in OnUpdate. If it’s just a few tasks, it won’t be a problem, but if the number of tasks that need it increases, it will be quite inconvenient.

    If possible then can you add unscaledElapsedTime same as elapsedTime?