I have a navmesh generated for the entire level:
I also use AI move to node to pick a random spot on the map and make the character move to it:
And yet every time It tries to navigate to any of the points, it will always just walk straight to them, getting blocked on walls in the way, as shown on the picture:
If spawned in certain spots on the navmesh, it won’t even move at all with constant “aborted”
result for the movement.
It worked fine in the graybox, but stopped working as soon as I added finished level geometry to the level.