I want to move in FixedUpdate using RvoController.

Hello
As the title says,
I want to implement deterministic movement by moving in FixedUpdate using RvoController.

DotSystem provides updated speed for a certain period of time, but I need the speed to move for the desired time, that is, FixedDeltaTime.

Please tell me how to do it.

Which movement script are you using? I’m combing through the documentation and it looks like your best bet may be to use a custom movement script. From there you can use RVOController.CalculateMovementDelta() and even just RVOController.Move() whenever you’d like.