diff options
author | chai <215380520@qq.com> | 2024-05-21 17:29:22 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2024-05-21 17:29:22 +0800 |
commit | 2159407fa819be887f7b9f1086303bfb6378bb75 (patch) | |
tree | 010b6aa96f9d750c4d9a4decd51941f011886f7c | |
parent | a7eb4fe9b071276fe3b26d4b90e75327499aa9b6 (diff) |
*doc
-rw-r--r-- | Documents/YesCommander.xlsx | bin | 18412961 -> 23327611 bytes | |||
-rw-r--r-- | YesCommander/Assets/Scripts/Navigation/Pathfinding.cs | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Documents/YesCommander.xlsx b/Documents/YesCommander.xlsx Binary files differindex f7bdf17..77f3f2a 100644 --- a/Documents/YesCommander.xlsx +++ b/Documents/YesCommander.xlsx 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 { + - } } |