暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

NavHowTos.md 838B

Navigation How-Tos

The following topics describe a set of techniques, and include code samples, to implement common tasks in navigation. As with all code in our documentation, you are free to use these samples for any purpose without crediting Unity.

Topic Description
Tell a NavMeshAgent to Move to a Destination Set a destination for a NavMesh agent.
Move an Agent to a Position Clicked by the Mouse Use a mouse click to set the destination for a NavMesh agent.
Make an Agent Patrol Between a Set of Points Set patrol points for a NavMesh agent.
Couple Animation and Navigation Integrate animation into your navigation.