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