Version: 2023.1
Registering an Action Handler
导航概述

Legacy navigation and pathfinding

NOTE
This system is deprecated and has been replaced by the AI Navigation package. The functionality described here is made available only in projects that have been created with earlier Editor versions.

The navigation system allows you to create characters that can intelligently move around the game world, using navigation meshes that are created automatically from your Scene geometry. Dynamic obstacles allow you to alter the navigation of the characters at runtime, while OffMesh links let you build specific actions like opening doors or jumping down from a ledge. This section describes Unity’s navigation and pathfinding systems in detail.

相关教程:导航 (Navigation)

搜索 Unity 知识库 (Knowledge Base) 了解提示、技巧和故障排除信息。

Registering an Action Handler
导航概述