Home > Back-end >  Unity3d Navmesh agent not connecting
Unity3d Navmesh agent not connecting

Time:06-04

I try to get a navmesh in my game. It works great only one problem. In 1 of my houses the navmesh doesnt connect propperly. is there a way to work around this? I can make a few squares and use them as navmesh but I rather do it cleanlyenter image description here

CodePudding user response:

You should change your baked agent properties. It looks like your radius or height is too big to go trough the door or step is too small to go trough door sill

enter image description here

  • Related