You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@
4
4
> [!IMPORTANT]
5
5
> **The version of unity for your game is required ONLY if you plan on using the Create Debug Option. Unity is not required for Decompilation Only.**
6
6
7
-
> [!NOTE]
7
+
> [!IMPORTANT]
8
8
> Due to this tool using symlink functionality it must be run as admin. It should ask for admin automatically.
9
9
10
10
This will quickly decompile Unity games with ILSpy and setup an optional development copy of the game in a separate folder.
11
11
12
12
Features:
13
13
* Game profiles: Each profile will contain persistent settings allowing to quickly run the tool again if a game releases an update. Profiles for Owlcat games have been included.
14
+
> [!IMPORTANT]
15
+
> In order for the tool to build profiles for Owlcat games a **REQUIREMENT** is that the **RETAIL** must have been the last run in order to generate the needed log file. This only needs to happen on the first time you run Unity2Debug as after that the settings are saved to disk. If you lose your settings.json from the application, the above will apply.
14
16
* Batch decompilation: A custom assembly list will be decompiled. Useful for games with multiple assemblies (e.g. Rogue Trader).
15
17
* Automatic setup of development environment for debugging.
16
18
* Copies of the dev binaries from the appropriate unity directory. Unity version of the game will attempt to auto-detect. This does mean the unity version of the game you wish to debug will be required to be installed.
0 commit comments