浏览代码

资源加载

guodong 1 年之前
父节点
当前提交
2bfa300ca5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/Launcher/Version/VersionController.cs

+ 1 - 1
GameClient/Assets/Game/Launcher/Version/VersionController.cs

@@ -204,7 +204,7 @@ namespace GFGGame
                 platform = "WebGL";
 		else
 #endif
-            return $"{hostServerIP}/{platform}/{packageName}";
+            return $"{hostServerIP}/{platform}/{packageName}/HostPlay";
         }
         /// <summary>
         /// 远端资源地址查询服务类