Exemplo n.º 1
0
 public static void SetSourceAssetBundleURL(string absolutePath)
 {
     if (Define.WaiWangDebug)
     {
         BaseDownloadingURL = Define.WaiWangURL + UtilTools.GetPlatformName();
     }
     else
     {
         BaseDownloadingURL = absolutePath + UtilTools.GetPlatformName();
     }
 }