HearthSim / UnityPack

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

Parse Unity 2019.1 asset bundles #94

Closed stevenvergenz closed 4 years ago

stevenvergenz commented 4 years ago

Fixes #93

At some point between Unity 2018.1 and 2019.2, the asset bundle format changed. In particular, type tree nodes grew from 24 bytes each to 32 bytes. This PR implements that change.

stevenvergenz commented 4 years ago

Any updates on this?

nanoNago commented 4 years ago

I don't know the reasons, but I think this repo is on pause right now. I have been pulling some changes into a forked branch, but haven't really committed to maintaining a fork.