From bcc4a05c22f36b09d4395b18b63cb071090a2920 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Fri, 17 Oct 2025 17:22:07 +0800 Subject: [PATCH 1/3] log --- AxibugEmuOnline.Client/Assets/Plugins/AxiReplay/NetReplay.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AxibugEmuOnline.Client/Assets/Plugins/AxiReplay/NetReplay.cs b/AxibugEmuOnline.Client/Assets/Plugins/AxiReplay/NetReplay.cs index ce7a74b7..f8c5ef90 100644 --- a/AxibugEmuOnline.Client/Assets/Plugins/AxiReplay/NetReplay.cs +++ b/AxibugEmuOnline.Client/Assets/Plugins/AxiReplay/NetReplay.cs @@ -54,7 +54,9 @@ namespace AxiReplay { mRemoteForwardCount = (int)ServerForwardCount; mNetReplayQueue.Enqueue(inputData); +#if UNITY_EDITOR Debug.Log($"InData=>{inputData.FrameStartID} QCount = >{mNetReplayQueue.Count}"); +#endif mRemoteFrameIdx = inputData.FrameStartID; if (!bNetInit) { From 68200b54c329667ae8efe14267e214886c6122cf Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Fri, 17 Oct 2025 18:11:15 +0800 Subject: [PATCH 2/3] pkg mem profiler --- AxibugEmuOnline.Client/Packages/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/AxibugEmuOnline.Client/Packages/manifest.json b/AxibugEmuOnline.Client/Packages/manifest.json index 7688f7c6..7f419d96 100644 --- a/AxibugEmuOnline.Client/Packages/manifest.json +++ b/AxibugEmuOnline.Client/Packages/manifest.json @@ -3,6 +3,7 @@ "com.unity.2d.sprite": "1.0.0", "com.unity.ide.visualstudio": "2.0.22", "com.unity.inputsystem": "1.11.2", + "com.unity.memoryprofiler": "1.1.9", "com.unity.test-framework": "1.4.5", "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10", "com.unity.ugui": "2.0.0", From 512be66943e28f0324253ee344560907361c4486 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Fri, 17 Oct 2025 18:11:58 +0800 Subject: [PATCH 3/3] pkg --- .../Packages/packages-lock.json | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) diff --git a/AxibugEmuOnline.Client/Packages/packages-lock.json b/AxibugEmuOnline.Client/Packages/packages-lock.json index cb511b3d..69e45acc 100644 --- a/AxibugEmuOnline.Client/Packages/packages-lock.json +++ b/AxibugEmuOnline.Client/Packages/packages-lock.json @@ -6,6 +6,35 @@ "source": "builtin", "dependencies": {} }, + "com.unity.burst": { + "version": "1.8.18", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.mathematics": "1.2.1", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.cn" + }, + "com.unity.collections": { + "version": "2.5.1", + "depth": 1, + "source": "registry", + "dependencies": { + "com.unity.burst": "1.8.17", + "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.test-framework": "1.4.5", + "com.unity.test-framework.performance": "3.0.3" + }, + "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": "2.0.5", "depth": 1, @@ -31,6 +60,40 @@ }, "url": "https://packages.unity.cn" }, + "com.unity.mathematics": { + "version": "1.3.2", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.cn" + }, + "com.unity.memoryprofiler": { + "version": "1.1.9", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.burst": "1.8.0", + "com.unity.collections": "1.2.3", + "com.unity.mathematics": "1.2.1", + "com.unity.profiling.core": "1.0.0", + "com.unity.editorcoroutines": "1.0.0" + }, + "url": "https://packages.unity.cn" + }, + "com.unity.nuget.mono-cecil": { + "version": "1.11.4", + "depth": 2, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.cn" + }, + "com.unity.profiling.core": { + "version": "1.0.2", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.cn" + }, "com.unity.sysroot": { "version": "2.0.10", "depth": 1, @@ -58,6 +121,16 @@ }, "url": "https://packages.unity.cn" }, + "com.unity.test-framework.performance": { + "version": "3.0.3", + "depth": 2, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.31", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.cn" + }, "com.unity.toolchain.win-x86_64-linux-x86_64": { "version": "2.0.10", "depth": 0,