I’m trying to get a character to walk under a door. But there’s some problem that I, as a newbie, can’t figure out. Can you give me a direction or how I could solve it?
Looks like there’s something stopping the navmesh from connecting. Does the wall collision go straight through the door? Show us the simple collision for the wall.
Also, your Agent Radius looks quite big compared to your doorway. What’s your Agent Radius? If you use something smaller, make sure to update it both in the RecastNavMesh AND in the project settings. This is not strictly necessary if you only have one nav agent, but it’s a safer practice.
There seems to be something in front of the door and elsewhere along the wall causing the navmesh to be pushed back. What is causing that? You could also try lowering the Agent radius to see if you can get it to connect, but there seems to be something else going on.
You could also try lowering the cell size to have tighter corners.
Is your navmesh dynamic? If you wan to change what’s blocked and whatnot, it should be dynamic.