连接服务器version

This commit is contained in:
xianyi
2025-08-28 17:24:08 +08:00
parent 254a40d87d
commit c458b0c46e
2 changed files with 12 additions and 173 deletions

View File

@@ -181,19 +181,6 @@ namespace TcgEngine
downloadCompleted = true;
UpdateProgress(1f);
UpdateStatus("资源解压完成!");
// 打印解压后的文件夹位置
if (ResourceDownloader.Get() != null)
{
ResourceDownloader.Get().LogResourcePaths();
// 另外也可以直接打印路径
string spritesPath = ResourceDownloader.Get().GetSpritesDirectoryPath();
Debug.Log($"[ResourceInitializer] 资源解压到: {spritesPath}");
// 在macOS上可以直接用这个命令在终端中打开文件夹
Debug.Log($"[ResourceInitializer] 打开文件夹命令: open \"{spritesPath}\"");
}
}
/// <summary>