更新YooAsset HybridCLR

This commit is contained in:
2025-10-25 17:23:15 +08:00
parent 30d0d40a52
commit d4f18c8787
139 changed files with 685 additions and 3149 deletions

View File

@@ -113,7 +113,7 @@ internal class FsmInitializePackage : IStateNode
/// </summary>
public string GetHostServerURL(string packageName)
{
string hostServerIP = $"http://47.107.55.108:8080/{Application.productName}";
string hostServerIP = $"https://home.gtuantuan.online/{Application.productName}";
if (GameManager.Inst.ServerAddress != "" && GameManager.Inst.ServerAddress != null)
hostServerIP = $"{GameManager.Inst.ServerAddress}/{Application.productName}";
string appVersion = "v1";