Example #1
0
 /// <summary>
 /// 同步加载AB包
 /// </summary>
 /// <param name="abPath">ab包路径</param>
 public AssetBundle LoadAssetBundle(string abPath)
 {
     return(_loader?.LoadAssetBundle(abPath));
 }
        public AssetBundle LoadAssetBundle(string abPath)
        {
            LoadDepAssetBundle(abPath);

            return(_loader.LoadAssetBundle(abPath));
        }