diff --git a/Packages/manifest.json b/Packages/manifest.json index f6ac6eb..186e5ba 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,5 +1,6 @@ { "dependencies": { + "com.unity.animation.rigging": "1.0.3", "com.unity.collab-proxy": "1.15.13", "com.unity.ide.rider": "2.0.7", "com.unity.ide.visualstudio": "2.0.14", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 48deeb3..05fc66d 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -1,5 +1,24 @@ { "dependencies": { + "com.unity.animation.rigging": { + "version": "1.0.3", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.burst": "1.3.4", + "com.unity.test-framework": "1.1.14" + }, + "url": "https://packages.unity.com" + }, + "com.unity.burst": { + "version": "1.3.4", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.mathematics": "1.2.1" + }, + "url": "https://packages.unity.com" + }, "com.unity.collab-proxy": { "version": "1.15.13", "depth": 0, @@ -41,6 +60,13 @@ "dependencies": {}, "url": "https://packages.unity.com" }, + "com.unity.mathematics": { + "version": "1.2.1", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, "com.unity.services.core": { "version": "1.0.1", "depth": 1,