8 lines
524 B
Markdown
Raw Permalink Normal View History

2025-05-18 01:04:31 +08:00
# Navigation How-Tos
This section provides a set of techniques and code samples to implement common tasks in navigation. As with all code in our documentation, you are free to use it for any purpose without crediting Unity.
- [Telling a NavMeshAgent to Move to a Destination](NavMoveToDestination.md)
- [Moving an Agent to a Position Clicked by the Mouse](NavMoveToClickPoint.md)
- [Making an Agent Patrol Between a Set of Points](NavAgentPatrol.md)
- [Coupling Animation and Navigation](CouplingAnimationAndNavigation.md)