Skip to content

Commit 04f9e34

Browse files
committed
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.
1 parent d74dc49 commit 04f9e34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tutorials/navigation/navigation_using_navigationmeshes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,10 @@ parts so that only the intended chunk size is left.
255255

256256
The baking bounds need to be large enough to include a reasonable amount of source geometry from all the neighboring chunks.
257257

258+
.. warning::
259+
260+
In 3D the functionality of the border size is limited to the xz-axis.
261+
258262
Navigation mesh baking common problems
259263
--------------------------------------
260264

0 commit comments

Comments
 (0)