File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -402,7 +402,7 @@ void NavMeshQueries2D::_query_task_build_path_corridor(NavMeshPathQueryTask2D &p
402402 // unreachable.
403403 if (traversable_polys.is_empty ()) {
404404 // Thus use the further reachable polygon
405- ERR_BREAK_MSG (is_reachable == false , " It's not expect to not find the most reachable polygons " );
405+ ERR_BREAK_MSG (is_reachable == false , " Invalid navigation index or connection pointers. Check preceding navmesh geometry or placement errors. " );
406406 is_reachable = false ;
407407 if (reachable_end == nullptr ) {
408408 // The path is not found and there is not a way out.
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ void NavMeshQueries3D::_query_task_build_path_corridor(NavMeshPathQueryTask3D &p
401401 // unreachable.
402402 if (traversable_polys.is_empty ()) {
403403 // Thus use the further reachable polygon
404- ERR_BREAK_MSG (is_reachable == false , " It's not expect to not find the most reachable polygons " );
404+ ERR_BREAK_MSG (is_reachable == false , " Invalid navigation index or connection pointers. Check preceding navmesh geometry or placement errors. " );
405405 is_reachable = false ;
406406 if (reachable_end == nullptr ) {
407407 // The path is not found and there is not a way out.
You can’t perform that action at this time.
0 commit comments