mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 10:46:17 +00:00
提取RVO 寻路
This commit is contained in:
@@ -75,7 +75,9 @@ namespace Pathfinding {
|
||||
#endregion
|
||||
}
|
||||
|
||||
void Start () {
|
||||
public override void OnSyncStart()
|
||||
{
|
||||
base.OnSyncStart();
|
||||
if (!AstarPath.active)
|
||||
throw new System.Exception("No AstarPath object in the scene");
|
||||
}
|
||||
|
Reference in New Issue
Block a user