Browse Source

Merge pull request #9709 from smix8/bordersize_y_warning

Mention that the NavigationMesh border_size only works along xz-axis
Max Hilbrunner 1 year ago
parent
commit
041ee1b510
1 changed files with 4 additions and 0 deletions
  1. 4 0
      tutorials/navigation/navigation_using_navigationmeshes.rst

+ 4 - 0
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
 --------------------------------------