I upgraded my project from v5.3 to 5.5.1. After testing I realized the navmesh doesn’t work anymore for my map. I tried deleting the existing nav mesh volume bound and adding a new one but it doesn’t work.
I created a new project to test if I am doing something wrong, but I could create a new navmesh without a problem.
Is there some extra configuration I should do to the landscape after upgrading? Do I need to just create a new map and move on?
I am not an expert, but after the upgrade the AI settings may be messed up. Anything related to movement can be broken or changed. It doesn’t make sense that the NavMesh is actually broken.
For “standalone game” test mode you need to first build paths from “Build > Build Paths” for navmesh to work.
I noticed that my navmesh works on “New editor window (PIE)” test mode without building paths, but navmesh does not work on standalone mode if the paths were not build before running the game.
If i dont build the paths, the NPC just stand and dont move, if i build the paths my NPC move normally.