diff --git a/popcorn/Packages/manifest.json b/popcorn/Packages/manifest.json index dfe0ed2e..30c64dd0 100644 --- a/popcorn/Packages/manifest.json +++ b/popcorn/Packages/manifest.json @@ -6,7 +6,9 @@ "com.unity.2d.sprite": "1.0.0", "com.unity.2d.spriteshape": "3.0.14", "com.unity.2d.tilemap": "1.0.0", + "com.unity.burst": "1.4.8", "com.unity.collab-proxy": "1.2.16", + "com.unity.collections": "0.9.0-preview.6", "com.unity.ide.rider": "1.1.4", "com.unity.ide.vscode": "1.2.3", "com.unity.test-framework": "1.1.20", diff --git a/popcorn/Packages/packages-lock.json b/popcorn/Packages/packages-lock.json index 5bd3f514..82b3f169 100644 --- a/popcorn/Packages/packages-lock.json +++ b/popcorn/Packages/packages-lock.json @@ -71,6 +71,15 @@ "source": "builtin", "dependencies": {} }, + "com.unity.burst": { + "version": "1.4.8", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.mathematics": "1.2.1" + }, + "url": "https://packages.unity.com" + }, "com.unity.collab-proxy": { "version": "1.2.16", "depth": 0, @@ -78,6 +87,16 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.collections": { + "version": "0.9.0-preview.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework.performance": "2.0.8-preview", + "com.unity.burst": "1.3.0-preview.12" + }, + "url": "https://packages.unity.com" + }, "com.unity.ext.nunit": { "version": "1.0.6", "depth": 1, @@ -102,12 +121,19 @@ "url": "https://packages.unity.com" }, "com.unity.mathematics": { - "version": "1.1.0", + "version": "1.2.1", "depth": 1, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.nuget.newtonsoft-json": { + "version": "2.0.0-preview", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.test-framework": { "version": "1.1.20", "depth": 0, @@ -119,6 +145,16 @@ }, "url": "https://packages.unity.com" }, + "com.unity.test-framework.performance": { + "version": "2.0.8-preview", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.0", + "com.unity.nuget.newtonsoft-json": "2.0.0-preview" + }, + "url": "https://packages.unity.com" + }, "com.unity.textmeshpro": { "version": "2.1.1", "depth": 0,