Пример #1
0
 protected AssetBundleCreateRequest LoadFullAssetToMemAsync(BundlePkgInfo pkginfo)
 {
     if (Application.isPlaying && MainLoop.getInstance())
     {
         return(KAssetBundle.LoadFromFileAsync(BundlePathConvert.GetRunningPath(pkginfo.AbFileName)));;
     }
     else
     {
         return(null);
     }
 }