public IABManifestLoader()
 {
     assetManifest  = null;
     manifestLoader = null;
     isLoadFinish   = false;
     manifestPath   = IPathTools.GetWWWAssetBundlePath() + "/" + IPathTools.GetPlatFormFolderName(Application.platform);
 }