How to remove Nav Mesh from Migrated Assets

Sometimes I bring over levels from Unreal assets, but they had navigation baked in. But I can’t see any way to clear that navigation (Even in Unreal I don’t see the NavMesh), yet I get these errors. Any quick way to fix this problem from a migrated level?

Found disallowed object /Script/Engine.NavigationSystemConfig
Found disallowed object /Script/NavigationSystem.NavigationSystemV1
1 Like

Not sure if this will work but some ideas to try:

If at all possible first delete all of the nav mesh actors, and rebuild paths within UE.

If that doesn’t do it, I just posted something related to the disallowed object topic here that might help here too Asset Validation Issues - #14 by Hourences

If you copy paste the actors in the level to notepad, copying it again within Notepad, and then back to the editor that might sometimes strip out some of the data that is not longer present in that build of the engine.
Alternatively look for the nav mesh info within the text in Notepad and manually remove it there before pasting it back.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.