From 6fb3c014a0d79be3bcefb3e6c9863486ef590964 Mon Sep 17 00:00:00 2001 From: Marcel Wiessler Date: Tue, 27 Aug 2024 16:50:07 +0200 Subject: [PATCH] Update README.md --- package/Runtime/Navmesh/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/Runtime/Navmesh/README.md b/package/Runtime/Navmesh/README.md index 6c503eb43..1fc74c2a4 100644 --- a/package/Runtime/Navmesh/README.md +++ b/package/Runtime/Navmesh/README.md @@ -20,9 +20,9 @@ Basic usage can be found in `NavmeshDemo_Controls.ts` where it queries path betw Please refer to the `three-pathfinding` package for more information. -## Debuging +## Debugging add `?debugnavmesh` to your url to display the navmesh to better understand what is going on. # Unity Navigation package notice -The navmesh and pathfinding are in a dedicated package. Make sure to have the built-in `com.unity.modules.ai` package (2021 and before) or the `com.unity.ai.navigation` package (2022 and later) in your project. \ No newline at end of file +The navmesh and pathfinding are in a dedicated package. Make sure to have the built-in `com.unity.modules.ai` package (2021 and before) or the `com.unity.ai.navigation` package (2022 and later) in your project.