#AI Navigation mesh with doors

3 messages · Page 1 of 1 (latest)

proper reef
#

How can I make the navmesh bake through the doors so my AI can walk through them?

They're swinging hinge doors that both the player and the AI should be able to push open.

dusky arrow
# proper reef How can I make the navmesh bake through the doors so my AI can walk through them...

if the soor is supposed to be always walkable just remove that collision during the baking process. but if you want the ability to lock the door, using a NavigationLink might be the better idea.

proper reef
#

Was hoping there was a better way than just removing it during baking process, but that'll do. Ty