Browse Source

资源加载

guodong 1 year ago
parent
commit
2bfa300ca5
1 changed files with 1 additions and 1 deletions
  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>
         /// 远端资源地址查询服务类