From f932390dc8e2ad3a17030e494eca6244d2fe8bf8 Mon Sep 17 00:00:00 2001 From: Ding Yuntian <1491671119@qq.com> Date: Mon, 9 Mar 2026 20:54:47 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=20MemoryProfiler=20?= =?UTF-8?q?=E6=80=A7=E8=83=BD=E5=88=86=E6=9E=90=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Packages/manifest.json | 1 + Packages/packages-lock.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) 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,