HearthSim / UnityPack

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

[request] add support for opening .assets and .ress files #67

Open Treehee opened 6 years ago

Treehee commented 6 years ago

These are also files used by Unity, so it woul dbe quite useful to be able to extract those too.

nanoNago commented 4 years ago

This more or less already works, but you have to know how to load them: use the asset.from_file() function instead of trying to load them from the CLI. The unity2yaml script should actually already handle this.