How to make the Nav Mesh Volume follow Player?

You could cover your entire level with the navmesh volume and enable “Generate Navmesh Only Around Navigation Invokers” (or something along those lines) in the Project Settings. Then just add a navigation invoker component to your AI pawns and the navmesh will only be created around them.

1 Like