From ff5a714d63cfb66d1807e2395c72856177bab8c9 Mon Sep 17 00:00:00 2001 From: "aube.lee" Date: Tue, 28 Jan 2025 21:03:21 +0900 Subject: [PATCH] =?UTF-8?q?2D=20=EC=95=A0=EB=8B=88=EB=A9=94=EC=9D=B4?= =?UTF-8?q?=EC=85=98=20=ED=8C=8C=EC=9D=BC=20import=20=ED=8C=A8=ED=82=A4?= =?UTF-8?q?=EC=A7=80=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gameton-06/Packages/manifest.json | 1 + Gameton-06/Packages/packages-lock.json | 48 ++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/Gameton-06/Packages/manifest.json b/Gameton-06/Packages/manifest.json index 46531ace..8f143690 100644 --- a/Gameton-06/Packages/manifest.json +++ b/Gameton-06/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.unity.2d.aseprite": "1.1.8", "com.unity.cinemachine": "2.10.3", "com.unity.collab-proxy": "2.6.0", "com.unity.feature.development": "1.0.1", diff --git a/Gameton-06/Packages/packages-lock.json b/Gameton-06/Packages/packages-lock.json index 16013e72..042caadc 100644 --- a/Gameton-06/Packages/packages-lock.json +++ b/Gameton-06/Packages/packages-lock.json @@ -1,5 +1,46 @@ { "dependencies": { + "com.unity.2d.aseprite": { + "version": "1.1.8", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.2d.common": "6.0.6", + "com.unity.2d.sprite": "1.0.0", + "com.unity.mathematics": "1.2.6", + "com.unity.modules.animation": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.2d.common": { + "version": "8.0.2", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.burst": "1.7.3", + "com.unity.2d.sprite": "1.0.0", + "com.unity.mathematics": "1.1.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.uielements": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.2d.sprite": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": {} + }, + "com.unity.burst": { + "version": "1.8.15", + "depth": 2, + "source": "registry", + "dependencies": { + "com.unity.mathematics": "1.2.1", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, "com.unity.cinemachine": { "version": "2.10.3", "depth": 0, @@ -69,6 +110,13 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.mathematics": { + "version": "1.2.6", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.performance.profile-analyzer": { "version": "1.2.2", "depth": 1,