From 04f9e34d043c23afb4228d76a0d0f3e96c94727f Mon Sep 17 00:00:00 2001 From: smix8 <52464204+smix8@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:18:37 +0200 Subject: [PATCH] Mention that the NavigationMesh border_size only works along xz-axis Adds a warning that the NavigationMesh border_size property only works along xz-axis as a limitation of the Recast third-party baking library. --- tutorials/navigation/navigation_using_navigationmeshes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorials/navigation/navigation_using_navigationmeshes.rst b/tutorials/navigation/navigation_using_navigationmeshes.rst index cf335e486..3cf61a329 100644 --- a/tutorials/navigation/navigation_using_navigationmeshes.rst +++ b/tutorials/navigation/navigation_using_navigationmeshes.rst @@ -255,6 +255,10 @@ parts so that only the intended chunk size is left. The baking bounds need to be large enough to include a reasonable amount of source geometry from all the neighboring chunks. +.. warning:: + + In 3D the functionality of the border size is limited to the xz-axis. + Navigation mesh baking common problems --------------------------------------