Skip to content

Commit f95603b

Browse files
authored
Update README.md
1 parent e612d9e commit f95603b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
> [!IMPORTANT]
55
> **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.**
66
7-
> [!NOTE]
7+
> [!IMPORTANT]
88
> Due to this tool using symlink functionality it must be run as admin. It should ask for admin automatically.
99
1010
This will quickly decompile Unity games with ILSpy and setup an optional development copy of the game in a separate folder.
1111

1212
Features:
1313
* 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.
1416
* Batch decompilation: A custom assembly list will be decompiled. Useful for games with multiple assemblies (e.g. Rogue Trader).
1517
* Automatic setup of development environment for debugging.
1618
* 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

Comments
 (0)