Update YooAsset

Update YooAsset
This commit is contained in:
Alex-Rachel
2025-05-10 20:58:24 +08:00
parent 35a9729930
commit cc799ce426
10 changed files with 120 additions and 22 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)