I noticed there’s no SetRotation for RVO
Hmm, looks like Transform.rotation do the trick
The RVO agents internally have no rotation, only a velocity. Usually you will try to rotate the agent towards the velocity (often looks best), that’s what the RVOController script does.