Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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.