yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
Main/Core/NetworkPackage/NetPkgCtl.cs
@@ -59,6 +59,7 @@
    public static void WriteAllNetLog(bool @details)
    {
#if !UNITY_WEBGL
        if (packages != null)
        {
            var count = 0;
@@ -88,6 +89,7 @@
            File.WriteAllLines(Application.dataPath + "/PackageLogs_" + (@details ? "details" : "abstract") + "_" + DateTime.Now.ToString("HH_mm_ss") + ".txt", lines.ToArray());
        }
#endif
    }
}