diff --git a/Packages/manifest.json b/Packages/manifest.json index 66cacd461..f17585d4e 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -8,6 +8,7 @@ "com.unity.ide.rider": "3.0.24", "com.unity.ide.visualstudio": "2.0.22", "com.unity.localization": "1.4.5", + "com.unity.memoryprofiler": "1.0.0", "com.unity.profiling.core": "1.0.2", "com.unity.render-pipelines.universal": "14.0.8", "com.unity.test-framework": "1.1.33", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 16c4184a7..4454e2be1 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -143,6 +143,13 @@ }, "url": "https://packages.unity.cn" }, + "com.unity.editorcoroutines": { + "version": "1.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.cn" + }, "com.unity.ext.nunit": { "version": "1.0.6", "depth": 1, @@ -209,6 +216,15 @@ "dependencies": {}, "url": "https://packages.unity.cn" }, + "com.unity.memoryprofiler": { + "version": "1.0.0", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.editorcoroutines": "1.0.0" + }, + "url": "https://packages.unity.cn" + }, "com.unity.nuget.newtonsoft-json": { "version": "3.2.1", "depth": 1,