From f66a04c93fbfbd720732528306b05acdf7e33e31 Mon Sep 17 00:00:00 2001 From: Sinai Date: Fri, 26 Mar 2021 23:34:06 +1100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0317aad..bd50217 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ If you'd like to build this yourself, all you need to do is download this reposi 1. Open the `src\UnityExplorer.sln` project. 2. Select `Solution 'UnityExplorer' (1 of 1 project)` in the Solution Explorer panel, and set the Active config property to the version you want to build, then build it. Alternatively, use "Batch Build" and select all releases. 3. The DLLs are built to the `Release\` folder in the root of the repository. +4. If ILRepack complains about an error, just change the Active config to a different release and then back again. This sometimes happens for the first time you build the project. The references are all inside the `lib\` folder, if you need to change them for some reason then you can replace them there.