From 2159407fa819be887f7b9f1086303bfb6378bb75 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Tue, 21 May 2024 17:29:22 +0800 Subject: *doc --- Documents/YesCommander.xlsx | Bin 18412961 -> 23327611 bytes .../Assets/Scripts/Navigation/Pathfinding.cs | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Documents/YesCommander.xlsx b/Documents/YesCommander.xlsx index f7bdf17..77f3f2a 100644 Binary files a/Documents/YesCommander.xlsx and b/Documents/YesCommander.xlsx differ diff --git a/YesCommander/Assets/Scripts/Navigation/Pathfinding.cs b/YesCommander/Assets/Scripts/Navigation/Pathfinding.cs index 68a43a1..c51fd18 100644 --- a/YesCommander/Assets/Scripts/Navigation/Pathfinding.cs +++ b/YesCommander/Assets/Scripts/Navigation/Pathfinding.cs @@ -1,16 +1,19 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; +using UnityEngine.AI; namespace YC.Navigation { + //https://docs.unity3d.com/Packages/com.unity.ai.navigation@2.0/manual/index.html + //寻路 public class Pathfinding : MonoBehaviour { + - } } -- cgit v1.1-26-g67d0