diff --git a/tutorials/navigation/navigation_debug_tools.rst b/tutorials/navigation/navigation_debug_tools.rst index 6d4992aefc7..6203f7dd813 100644 --- a/tutorials/navigation/navigation_debug_tools.rst +++ b/tutorials/navigation/navigation_debug_tools.rst @@ -24,6 +24,9 @@ In Godot debug builds the navigation debug can also be toggled through the Navig NavigationServer2D.set_debug_enabled(false) NavigationServer3D.set_debug_enabled(true) +Debug visualizations are currently based on Nodes in the SceneTree. If the :ref:`NavigationServer2D` or :ref:`NavigationServer3D` +APIs are used exclusively then changes will not be reflected by the debug navigation tools. + Navigation debug settings -------------------------