Is there a way to decompress a unity asset bundle >

I was trying to import an assetbundle (downloaded from internet somewhere) , now what i have is a asset bundle along with the content list as json files along with them, now is there any way i can edit or just extract its contents and repack them again…?

Hi iamdeadman

Based on this post : http://forum.unity3d.com/threads/182413-Asset-Bundle-Analyzer

You can open the bundle an load all its objects.
You can probably modify this script to save all these assets in your project with functions like AssetDatabase.AddObjectToAsset