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?