summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documents/YesCommander.xlsxbin18412961 -> 23327611 bytes
-rw-r--r--YesCommander/Assets/Scripts/Navigation/Pathfinding.cs5
2 files changed, 4 insertions, 1 deletions
diff --git a/Documents/YesCommander.xlsx b/Documents/YesCommander.xlsx
index f7bdf17..77f3f2a 100644
--- a/Documents/YesCommander.xlsx
+++ b/Documents/YesCommander.xlsx
Binary files 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
{
+
-
}
}