Remove minigame publish result dialogs
This commit is contained in:
@@ -192,12 +192,10 @@ namespace XGame.Editor
|
||||
foreach (var kv in outClients)
|
||||
sb.AppendLine($"客户端[{kv.Key}]: " + Path.Combine(cdnVerDir, kv.Key));
|
||||
Debug.Log("[MiniGamePublish] " + sb);
|
||||
EditorUtility.DisplayDialog("生成小游戏更新", sb.ToString(), "OK");
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Debug.LogError("[MiniGamePublish] 失败: " + e);
|
||||
EditorUtility.DisplayDialog("生成小游戏更新失败", e.Message, "OK");
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user