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,