Browse Source

Merge pull request #8917 from morganwesemann/navigation-debug-mesh-documentation

Add documentation for when navigation debug mesh will show
Matthew 1 year ago
parent
commit
316ba4b0b1
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tutorials/navigation/navigation_debug_tools.rst

+ 3 - 0
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<class_NavigationServer2D>` or :ref:`NavigationServer3D<class_NavigationServer3D>` 
+APIs are used exclusively then changes will not be reflected by the debug navigation tools.
+
 Navigation debug settings
 -------------------------