From 1aec76d64c8a3710ad18bae3623026186af1df1a Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Mon, 9 Oct 2023 16:52:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.升级HybridCLR 4.0.6=>4.0.7 2.使用Unity新版MemoryProfiler --- UnityProject/Packages/manifest.json | 1 + UnityProject/Packages/packages-lock.json | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/UnityProject/Packages/manifest.json b/UnityProject/Packages/manifest.json index 4c2f749e..ba7ce666 100644 --- a/UnityProject/Packages/manifest.json +++ b/UnityProject/Packages/manifest.json @@ -5,6 +5,7 @@ "com.unity.2d.tilemap": "1.0.0", "com.unity.ide.rider": "3.0.24", "com.unity.ide.visualstudio": "2.0.18", + "com.unity.memoryprofiler": "0.7.1-preview.1", "com.unity.nuget.newtonsoft-json": "3.0.2", "com.unity.render-pipelines.universal": "12.1.10", "com.unity.textmeshpro": "3.0.6", diff --git a/UnityProject/Packages/packages-lock.json b/UnityProject/Packages/packages-lock.json index 869f2c5d..4927bc7c 100644 --- a/UnityProject/Packages/packages-lock.json +++ b/UnityProject/Packages/packages-lock.json @@ -5,7 +5,7 @@ "depth": 0, "source": "git", "dependencies": {}, - "hash": "b024a18ba16cccb7ac3c72cf3ce272ef025eb5e4" + "hash": "a77ed7369a01a5f8037a21c8fc25cc3171c18f4e" }, "com.cysharp.unitask": { "version": "file:UniTask", @@ -45,6 +45,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, @@ -77,6 +84,15 @@ "dependencies": {}, "url": "https://packages.unity.cn" }, + "com.unity.memoryprofiler": { + "version": "0.7.1-preview.1", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.editorcoroutines": "1.0.0" + }, + "url": "https://packages.unity.cn" + }, "com.unity.nuget.newtonsoft-json": { "version": "3.0.2", "depth": 0,