Lukas
New member
General question,
when setting BehaviorManager to manual update, or even every Nth second, then any API using Time.deltaTime, like MoveTowards, won't work right, as tasks OnUpdate() don't get updated each frame, but rather event Nth second. Since delta time is time since last frame, but we are not updating each frame, but every Nth frame.
Is there some solution to this?
when setting BehaviorManager to manual update, or even every Nth second, then any API using Time.deltaTime, like MoveTowards, won't work right, as tasks OnUpdate() don't get updated each frame, but rather event Nth second. Since delta time is time since last frame, but we are not updating each frame, but every Nth frame.
Is there some solution to this?