Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie authored Aug 27, 2024
1 parent 26f624d commit 6fb3c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Runtime/Navmesh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 6fb3c01

Please sign in to comment.