From 92a26d7ce3a2e5cb51530351aeb2069946ad9c65 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 24 Dec 2023 16:38:00 -0800 Subject: [PATCH] aseprite is included in the 2d suite anyways. just keep it --- Packages/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/manifest.json b/Packages/manifest.json index f4319fb42..b174f5fd8 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -2,6 +2,7 @@ "dependencies": { "com.needle.compilation-visualizer": "https://github.com/needle-tools/compilation-visualizer.git", "com.quickeye.icon-browser": "https://github.com/ErnSur/unity-editor-icons.git", + "com.unity.2d.aseprite": "1.0.1", "com.unity.2d.sprite": "1.0.0", "com.unity.2d.tilemap": "1.0.0", "com.unity.ide.rider": "3.0.25",