Exemplo n.º 1
0
 public ABInfo(string sABName, CacheManage mgr) : base(mgr)
 {
     m_ABLoader        = ABAssetLoader.Loader;
     m_AssetBundlePath = StringUtils.PathCombine(Application.streamingAssetsPath, CrossPlatform.GetABDir());
     ABName            = sABName;
     Path = StringUtils.PathCombine(m_AssetBundlePath, sABName);
 }
Exemplo n.º 2
0
 public ABAssetLoader(string sFileList)
 {
     m_sFileList       = sFileList;
     m_ABLoader        = this;
     m_AssetBundlePath = StringUtils.PathCombine(Application.streamingAssetsPath, CrossPlatform.GetABDir());
     LoadFileList();
     LoadAssetBundleManifest();
 }