Generating NavMesh away from walls and on narrow ledges

I need my NavMesh to be generated far enough from the walls so that the AI doesn’t bump in to them, I do this by setting the AgentRadius to 35. But now the top of the walls arent being generated.


I need to have a NavMesh generated on the narrow ledges while also having it be far enough from the walls.

What’s your cell size? Set it to 5 or something like that.