Skip to content

NahomAgidew/SX4U

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SX4U

SX4U or Script eXtract for Unity decompiles a game made by the Unity 3D game engine and gives you the source code by which the game was made in.

Unity supports

  • C#
  • UnityScript (Javascript)
  • Boo
When compiling the game, Unity converts all the scripts to C# code. This means all the UnityScript and Boo scripts are converted to C# code. So SX4U gives you the C# code of the UnityScripts and Boo scripts.

To select all text: Ctrl + A

To copy text: Ctrl + C

To hide search box: Esc

Local variables are kept at the bottom of their respective functions for easy analyzing so if you try to directly copy and compile the extracted code make sure to remove those variables.

I DO NOT TAKE RESPONSIBILTY FOR THE MISUSE OF THIS SOFTWARE!!!

About

Script eXtract for Unity decompiles a game made by the Unity 3D game engine and gives you the source code by which the game was made in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages