mirror of https://github.com/tuyoogame/YooAsset
Update AssetBundleDebuggerWindow.cs
parent
e469b32d94
commit
32841d4773
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue