This website requires JavaScript.
Explore
Help
Register
Sign In
Ggafrik
/
shaoxiadiablo
Watch
1
Star
0
Fork
0
You've already forked shaoxiadiablo
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
shaoxiadiablo
/
Library
/
PackageCache
/
com.unity.ai.navigation@1.1.1
/
Documentation~
/
TableOfContents.md
Ggafrik
4cdac5cf96
推送所有项目文件
2025-05-18 01:04:31 +08:00
1.7 KiB
Raw
Permalink
Blame
History
Navigation and Pathfinding
What's new
Navigation Overview
Navigation System in Unity
Inner Workings of the Navigation System
NavMesh building components
Creating a NavMesh Agent
Creating a NavMesh Obstacle
Creating an Off-mesh Link
Navigation Areas and Costs
Using NavMesh Agent with Other Components
Navigation Debug Visualization
Obsolete Workflows
Building a NavMesh
Advanced NavMesh Bake Settings
Building Off-Mesh Links Automatically
Building Height Mesh for Accurate Character Placement
Loading Multiple NavMeshes using Additive Loading
Navigation Reference
NavMeshSurface
NavMeshModifier
NavMeshModifierVolume
NavMeshLink
Off-Mesh Link
NavMesh Agent
NavMesh Obstacle
Navigation How-Tos
Telling a NavMeshAgent to Move to a Destination
Moving an Agent to a Position Clicked by the Mouse
Making an Agent Patrol Between a Set of Points
Coupling Animation and Navigation