AssetBunlde.LoadFromFile

Can AssetBunlde.LoadFromFile load one assetbundle in streamingAssetPath On android ?
i dont want use WWW to load the assetbundle, i just want a sync api(with better performance)

Why dont you try it?

i know there is a plugin named like “7zip lzma lz4…” can do this .

Yes, i tried. but failed. code:

string filePath = "jar:file://" + Application.dataPath + "!/assets/Bundles/11.data";
AssetBundle.LoadFromFile(filePath);

you cant do like this.

string filePath = Application.dataPath + "!assets/Bundles/11.data";
AssetBundle.LoadFromFile(filePath);