ata4 / disunity

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

how to extract unity3d 5.x ?? #140

Open mxasl opened 8 years ago

mxasl commented 8 years ago

hi is it possible extract only the source code ??

SimTheVoid commented 8 years ago

Which source code do you mention? To get source code of a project you can use ILDasm or similar tool on Assembly-CSharp.dll

saggycondom commented 8 years ago

im pretty sure he means source code from unity 5. i too, would like to know cause the current version gives errors :L

SoftwareGuy commented 8 years ago

You can just use NET Reflector and extract the source code that way.

jack980517 commented 8 years ago

iOS builds of Unity 5 games removed the DLL files since they are useless. iOS cannot interpret DLL so instead Unity compiles the source code into native code. Decompiling and getting the source code has nothing to do with this project. This project only concerns assets.