public void FinishedProcessingPath(Vector3[] path, bool success) { currentPathRequest.callback(path, success); isProcessingPath = false; TryProcessNext(); }