disunity icon indicating copy to clipboard operation
disunity copied to clipboard

how to extract unity3d 5.x ??

Open mxasl opened this issue 10 years ago • 4 comments

hi is it possible extract only the source code ??

mxasl avatar Jul 22 '15 15:07 mxasl

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

SimTheVoid avatar Jul 23 '15 11:07 SimTheVoid

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

saggycondom avatar Aug 07 '15 22:08 saggycondom

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

SoftwareGuy avatar Sep 18 '15 05:09 SoftwareGuy

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.

jack980517 avatar Nov 24 '15 23:11 jack980517