RVO Controller does not work

I tried to make pathfinding using AIPath, Seeker, AI Destination Setter, Funnel, Simple Smooth and RVO. Everything is okay, accept RVO. Agents doesn’t just see each other
Unity_H7ds5ye3ux
Unity_OcKQUdGgpk


Hi

The RVOController should be attached to the character, but only a single RVOSimulator should exist in the scene. The RVOSimulator should not be attached to the character.

RVOSimulator is already on the separate object. But thanks, I’ve already fixed this. It didn’t use radius in AIPath correctly, so I just make if bigger and now it works fine