UnityPack icon indicating copy to clipboard operation
UnityPack copied to clipboard

How do I get all names from AssetBundle?

Open pachanga opened this issue 8 years ago • 0 comments

Folks, how do I properly extract all asset lookup names from the specific bundle?

There is a simple example on how to read an asset from the bundle and get its name. However it's not the name which is used to look up a specific asset in the bundle.

Look up names, I believe, are stored somewhere in the header of the asset bundle. But it looks like AssetBundle class instance doesn't contain any lookup names.

pachanga avatar Jul 21 '17 15:07 pachanga