Two Nav Meshes in Packaged Build

I’m using Load Level Instance to stream in levels, some of which contain NPCs. When these instances get streamed in, the Nav Mesh is updated.

I have my RecastNavMesh set to Runtime Generation: dynamic Force Rebuild on Load: True

Everything works fine in PIE and Standalone games.

But when I do a Package build the original nav mesh remains and a second nav mesh gets dynamically generated. Only NPCs on the original nav mesh can move. Any that stand exclusively on the newly generated nav mesh can’t move. They immediately abort any MoveTo commands and, can’t seem to find paths along it.

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks

I’m having the same exact problem.
Even removing the “Force Rebuild on Load” does not solve the issue.

Any fix on this yet?