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,