Hi!
I was wondering if there is some generic way of obtaining delta time from inside of the ActionTask. As graphs can be updated in different modes, it can be buggy to use Time.deltaTime in actions spanning across several frames. I know that it is possible to calculate it using ITaskSystem.elapsedTime, but it has to be done for every single task independently. What would be nice is to have deltaTime next to elapsedTime in ITaskSystem.