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] 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) {