RichAI.funnelSimplification needs Pathfinding.FunnelModifier?

If I set funnelSimplication on RichAI do I still need to attach the component Pathfinding.FunnelModifier ?

Hi

The RichAI movement script always uses its own internal funnel modifier code (it also takes advantage of the fact that it really only needs to calculate the first 1 or 2 corners, not all of them at once) so you never have to use the funnel modifier with the RichAI script.
Funnel simplification (which I should probably rename since it can cause some confusion) is a method for simplifying the path corridor that the funnel algorithm uses.