19 Commits

Author SHA1 Message Date
smix8
8e81cb34d4 Update NavigationPathQueryObjects to explain all (new) options
Updates NavigationPathQueryObjects to explain all (new) options.
2025-07-17 20:21:52 -04:00
skyace65
9593ece453 Update navigation link page for new debug arrows 2025-01-20 21:21:28 -05:00
smix8
dd1ff5a7c2 Mention that unwanted navmesh can be discarded with a NavigationObstacle3D
Adds info that in Godot 4.3 a NavigationObstacle3D can be baked to navmesh and used to discard unwanted navmesh inside its shape, e.g. navmesh that appears inside walls.
2024-07-16 20:54:53 +02:00
smix8
8e0e12367f Update NavigationObstacles for Godot 4.3 changes
Updates NavigationObstacles documentation as they can not affect the navigation mesh baking.
2024-05-16 01:52:25 +02:00
smix8
02cf059c17 Add documentation for navigation mesh chunk baking
Adds documentation for navigation mesh chunk baking by using baking bound and border size properties.
2024-05-04 18:25:06 +02:00
smix8
c8f7e92e34 Update navigation mesh baking doc
Updates navigation mesh baking doc.
2023-12-12 20:53:42 +01:00
smix8
bf8426915a Update NavigationObstacle doc for avoidance rework
Updates NavigationObstacle doc for avoidance rework.
2023-05-12 05:51:38 +02:00
smix8
7f6c15beab Add navigation documentation how to improve performance (#6879)
Adds documentation page about how to improve performance for navigation mesh baking and pathfinding.
2023-03-15 12:24:06 -07:00
smix8
0c4dd78bbe Fix navigation basic setup confusing instructions / images
Fixes some confusing images and instructions in the basic setup section as it is not required to place the character below a NavigationRegion node, it can be placed anywhere.
2023-02-13 01:38:20 +01:00
smix8
085912e639 Add doc for Navigation Debug PerformanceMonitor
Adds documentation for Navigation Debug PerformanceMonitor.
2023-01-21 21:49:37 +01:00
smix8
0c2058cb96 Add doc for NavigationLinks
Adds documentation for the new NavigationLinks with cross-ref to other relevant topics.
2022-10-13 10:39:04 +02:00
smix8
1c7003ddbb Add missing baked_navmesh image 2022-10-11 10:36:43 +02:00
smix8
bb5424a665 Add doc for NavigationLayers and area access
Adds documentation for NavigationLayers and how to use the bitmask for gameplay features like area access.
2022-10-11 06:11:33 +02:00
smix8
0691cba9cb Add doc for NavigationMesh connections and NavigationDebug
Adds documentation how to merge and / or connect different navigationmeshes and how to use the available navigation debug functions.
2022-10-11 06:07:37 +02:00
smix8
594911cf33 Add doc for NavigationServer, NavigationAgent and RVO agent avoidance
Adds documentation for NavigationServer with focus on topics not explained in the class documentation.
Adds documentation for NavigationAgent node use and caveats.
Adds documentation for RVO agent avoidance.
2022-10-11 05:49:08 +02:00
smix8
cfc023737d Add doc for 2D & 3D navigationmesh generation
Adds documentation how to create navigationmesh / navpolygons for 2D and 3D both with editor tools as well with scripts + some technical background stuff.
2022-10-11 05:44:10 +02:00
smix8
0babdc92d1 Add doc for navigation maps, different actor types, and actor locomotion
Adds documentation for navigation maps and how to support actors of different types (e.g. size) and with different locomotion states (e.g. crawling).
2022-10-05 23:37:39 +02:00
skyace65
bcb4ee80ba Improve navigation section pages
Co-authored-by: smix8 <52464204+smix8@users.noreply.github.com>
2022-09-16 09:13:47 -04:00
skyace65
138e3d7d14 Document 3D navigation for Godot 4 2022-04-15 20:12:00 -04:00