NAVMESH needs to be rebuilt

Hello,

I’m using UE5.0. A NavMeshBoundsVolume is used in my design for AI controlled NPC.
But, there is always an error report ‘NAVMESH needs to be rebuilt’ once I started PIE.
image

I explored the post with similar question in this forum and tried the solutions proposed as illustrated below. But, no one is working.

image
image

Hey there @walemmlis! Have you tried manually rebuilding the navigation using the command RebuildNavigation? If so, this might be that weirdness with multiplayer since I see your project up there. We could also try checking force rebuild on load in the recast nav mesh, but if you have large levels this can get heavy.

Here’s a thread where they allowed client side navigation:

@SupportiveEntity , Indeed, after checking ‘Allow Client Side Navigation’ the error is gone. Thanks a lot!

image

1 Like

5.4.4 → 5.6
RebuildNavigation doesn’t seem to have any effect
Changin settings also doesn’t seem to have any effect
Navigation is clearly not working for me

1 Like

I’m finding myself in the same issue today, outta nowhere my navmesh stopped workin’ and keeps saying needs to be rebuilt. I’m at one helluva loss.

Hey there @SlayerGoury and @itsakimmel! Welcome back to the community! Does Navmesh work in non-migrated forward native 5.6 projects?

i was having the same issue after migrating
but turns out my nav mesh and all nav modifiers were in the sub level and recast nav mesh is only created in persistent level
so moving all nav mesh volumes back in persistent level and deleting recast to rebuild it worked for me.

1 Like

I was having the same issue in 5.6, and was going mad since nothing seemed to have an effect, no matter what I did or what settings I changed. For some unknown reason, what helped me was that I deleted the existing navmesh - in the persistent level I must add -, made a new level with a cube and navmesh, built it, and there it worked. This surprised me, so I deleted the test level, went back to the original one, added a navmesh, built it, and it started working.

Hope this helps.