study/first_study/Library/PackageCache/com.unity.ai.navigation@5218e4bf7edc/Documentation~/NavigationOverview.md
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09:00

1.4 KiB

Navigation Overview

This section provides details on how to build NavMeshes for your Scene or prefabs, and create NavMesh agents, NavMesh obstacles and NavMesh links.

Topic Description
Create a NavMesh Define the area(s) of your scene where a character can navigate intelligently.
Create a NavMesh agent Create a character to navigate your scene.
Create a NavMesh obstacle Create obstacles for the agents to avoid as they navigate your scene.
Create a NavMesh link Create navigation shortcuts that cannot be represented by a walkable surface.
Using NavMesh Agent with other components Best practices when using navigation components along with other Unity components.
Advanced navigation how-tos Advanced techniques to implement common tasks in navigation.