From 5261a3c227dddf956176db73300495fc7235b44c Mon Sep 17 00:00:00 2001 From: Ryodo Tanaka Date: Wed, 9 Oct 2024 12:02:05 +0900 Subject: [PATCH] Delete unnecessary ai.navigate package (#181) --- Packages/manifest.json | 1 - Packages/packages-lock.json | 9 --------- 2 files changed, 10 deletions(-) diff --git a/Packages/manifest.json b/Packages/manifest.json index c7593fcb..df31cfd0 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,6 +1,5 @@ { "dependencies": { - "com.unity.ai.navigation": "1.1.5", "com.unity.burst": "1.8.18", "com.unity.collab-proxy": "2.5.1", "com.unity.ide.rider": "3.0.31", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index f155b412..b119b7e8 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,14 +1,5 @@ { "dependencies": { - "com.unity.ai.navigation": { - "version": "1.1.5", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.modules.ai": "1.0.0" - }, - "url": "https://packages.unity.com" - }, "com.unity.burst": { "version": "1.8.18", "depth": 0,