diff --git a/scene/2d/navigation_polygon.cpp b/scene/2d/navigation_polygon.cpp index e9ec1a3e7..cb4a2ccec 100644 --- a/scene/2d/navigation_polygon.cpp +++ b/scene/2d/navigation_polygon.cpp @@ -499,6 +499,9 @@ void NavigationPolygonInstance::_navpoly_changed() { if (is_inside_tree() && (Engine::get_singleton()->is_editor_hint() || get_tree()->is_debugging_navigation_hint())) { update(); } + if (navpoly.is_valid()) { + Navigation2DServer::get_singleton()->region_set_navpoly(region, navpoly); + } } String NavigationPolygonInstance::get_configuration_warning() const {