From e5534c288cbd863bf778ed05533f17fe9c28d579 Mon Sep 17 00:00:00 2001 From: tymmkang Date: Sun, 26 Oct 2025 01:01:43 +0900 Subject: [PATCH] =?UTF-8?q?aseprite=20=EC=9E=84=ED=8F=AC=ED=84=B0=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Packages/manifest.json | 1 + Packages/packages-lock.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index e710e11..0d1f873 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -3,6 +3,7 @@ "com.cysharp.memorypack": "https://github.com/Cysharp/MemoryPack.git?path=src/MemoryPack.Unity/Assets/MemoryPack.Unity", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask", "com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity", + "com.unity.2d.aseprite": "1.1.10", "com.unity.addressables": "2.7.4", "com.unity.ide.visualstudio": "2.0.25", "com.unity.inputsystem": "1.14.2", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 55a2cb6..afe3049 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -21,6 +21,37 @@ "dependencies": {}, "hash": "a7c6b49a0141a5bff9b1983e38137522ef61977d" }, + "com.unity.2d.aseprite": { + "version": "1.1.10", + "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": "9.1.1", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.2d.sprite": "1.0.0", + "com.unity.mathematics": "1.1.0", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.burst": "1.8.4" + }, + "url": "https://packages.unity.com" + }, + "com.unity.2d.sprite": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": {} + }, "com.unity.addressables": { "version": "2.7.4", "depth": 0,