From 623dc7b7befd601a8848420a24fe8eeb66aeb233 Mon Sep 17 00:00:00 2001 From: Sinai Date: Thu, 10 Jun 2021 18:14:33 +1000 Subject: [PATCH] Clarify VS build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d23e494..36c0ed3 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ For Visual Studio: 0. Clone the repository and run `git submodule update --init --recursive` to get the submodules. 1. Open the `src\UnityExplorer.sln` project. -2. Build `mcs`, and if using IL2CPP then build `UnhollowerBaseLib` as well. +2. Build `mcs` (Release/AnyCPU, you may need to run `nuget restore mcs.sln`), and if using IL2CPP then build `Il2CppAssemblyUnhollower` (Release/AnyCPU) as well. 3. Build the UnityExplorer release(s) you want to use, either by selecting the config as the Active Config, or batch-building. # Acknowledgments