Asset Bundles - download to SD Card

How to make the asset bundles download to memory card instead of internal memory when using caching?

I dont think you can send it straight to the SDcard. After you do the www call, write the bytes (using a byte writer) and then save it to the sdcard. Make sure to name the file with the .unity3d extension.