ata4 / disunity

An experimental toolset for Unity asset and asset bundle files.
The Unlicense
2.69k stars 662 forks source link

Unable to extract older assets files with streamingResourceImage #81

Closed jack980517 closed 9 years ago

jack980517 commented 9 years ago

This is not a big problem, but I think it should be fixed. In older Unity games, what is now called "*.assets.resS" was called "*.assets.streamingResourceImage". Disunity currently only looks for resS files but not streamingResourceImage files. After I modified the extension to resS, the extraction completed smoothly.

ata4 commented 9 years ago

Oh, good to know! I have web games for very old Unity versions only, that's why I've never encountered that extension.