HearthSim / UnityPack

Python deserialization library for Unity3D Asset format
https://hearthsim.info/
MIT License
721 stars 152 forks source link

Fix handling of multiple asset files in a bundle #1

Closed andburn closed 8 years ago

andburn commented 8 years ago

Fixes crashing on bundle files that contain more than one asset file. The asset metadata is given together sequentially after the bundle header, rather than at the beginning of each of asset file.