From 9a8e29fc418865ff8f0982edff7f046a2320e29c Mon Sep 17 00:00:00 2001 From: skyace65 Date: Fri, 2 Feb 2024 20:34:48 -0500 Subject: [PATCH] Add instruction to bake navigation BakePolygon --- tutorials/navigation/navigation_introduction_2d.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/navigation/navigation_introduction_2d.rst b/tutorials/navigation/navigation_introduction_2d.rst index 11632338ac3..e7f5ae59caa 100644 --- a/tutorials/navigation/navigation_introduction_2d.rst +++ b/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 -#. 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