ata4 / disunity

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

Why disunity does not extract c# scripts? #106

Closed smelukov closed 9 years ago

smelukov commented 9 years ago

Why disunity does not extract c# scripts?

ata4 commented 9 years ago

Well, the scripts are not embedded into the files. Only their compiled byte code exists in asset bundles. To "extract" these, you'll need to decompile the DLLs with tools like ILSpy, for example. You'll need to fix the decompiling errors that these tools create by yourself to recompile them again, though.