public IABManifestLoader() { assetManifest = null; manifestLoader = null; isLoadFinish = false; manifestPath = IPathTools.GetWWWAssetBundlePath() + "/" + IPathTools.GetPlatformFolderName(); }
private IABManifestLoader() { ABManifest = null; ManifestLoader = null; mIsLoadFinish = false; //ManifestPath = IPathTools.GetWWWAssetBundlePath() + "/" + IPathTools.GetPlatformFolderName(Application.platform); ManifestPath = IPathTools.GetAssetBundlePath() + "/" + IPathTools.GetPlatformFolderName(Application.platform); }
// 构造 public IABManifestLoader() { assetManifest = null; manifestLoader = null; isLoadFinish = false; string manifestName = IPathTools.GetPlatformFolderName(Application.platform); manifestPath = IPathTools.GetAssetBundlePath() + "/" + manifestName; }
public IABManifestLoader() { manifestBundle = null; assetManifest = null; isLoadFish = false; //fixed //file:///c:/user/lenovo/Desktop/Game/Assets/StreamingAssets/Windows/Windows(是windows的manifest文件) ManifestPath = IPathTools.GetWWWAssetBundlePath() + "/" + IPathTools.GetPlatformFolderName(Application.platform); }
void DownLoadAssetBundleButtonClick() { string path = "http://192.168.13.107/Resourses/" + IPathTools.GetPlatformFolderName() + ".zip"; UpdateHelper.Instance.DownResource(path, null); }