Browse Source

Merge pull request #8887 from skyace65/BakePolygon

Add instruction to bake navigation BakePolygon

(cherry picked from commit 1ad861801ce789fa2f98d427bdee808d115b5724)
Max Hilbrunner 1 year ago
parent
commit
c28a739bf4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tutorials/navigation/navigation_introduction_2d.rst

+ 2 - 1
tutorials/navigation/navigation_introduction_2d.rst

@@ -94,7 +94,8 @@ It uses the NavigationServer2D and a NavigationAgent2D for path movement.
 
 
    .. image:: img/nav_2d_min_setup_step1.png
    .. image:: img/nav_2d_min_setup_step1.png
 
 
-#. Define the moveable navigation area with the NavigationPolygon draw tool.
+#. Define the moveable navigation area with the NavigationPolygon draw tool. Then click
+   the `Bake NavigationPolygon`` button on the toolbar.
 
 
    .. image:: img/nav_2d_min_setup_step2.png
    .. image:: img/nav_2d_min_setup_step2.png