Update AssetBundleDebuggerWindow.cs

dev
何冠峰 2025-05-09 15:29:26 +08:00
parent e469b32d94
commit 32841d4773
1 changed files with 1 additions and 0 deletions

View File

@ -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<string> e)