From 32841d4773d3c94c66d24de4a18f662b30de0787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=86=A0=E5=B3=B0?= Date: Fri, 9 May 2025 15:29:26 +0800 Subject: [PATCH] Update AssetBundleDebuggerWindow.cs --- .../Editor/AssetBundleDebugger/AssetBundleDebuggerWindow.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/YooAsset/Editor/AssetBundleDebugger/AssetBundleDebuggerWindow.cs b/Assets/YooAsset/Editor/AssetBundleDebugger/AssetBundleDebuggerWindow.cs index 64c0e395..4e3fef76 100644 --- a/Assets/YooAsset/Editor/AssetBundleDebugger/AssetBundleDebuggerWindow.cs +++ b/Assets/YooAsset/Editor/AssetBundleDebugger/AssetBundleDebuggerWindow.cs @@ -296,6 +296,7 @@ namespace YooAsset.Editor string filePath = $"{resultPath}/{nameof(DebugReport)}_{_currentReport.FrameCount}.json"; string fileContent = JsonUtility.ToJson(_currentReport, true); FileUtility.WriteAllText(filePath, fileContent); + Debug.Log($"Debug report file saved : {filePath}"); } } private void OnSearchKeyWordChange(ChangeEvent e)