Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 623dc7b

Browse files
committed
Clarify VS build instructions
1 parent e6f4939 commit 623dc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For Visual Studio:
118118

119119
0. Clone the repository and run `git submodule update --init --recursive` to get the submodules.
120120
1. Open the `src\UnityExplorer.sln` project.
121-
2. Build `mcs`, and if using IL2CPP then build `UnhollowerBaseLib` as well.
121+
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.
122122
3. Build the UnityExplorer release(s) you want to use, either by selecting the config as the Active Config, or batch-building.
123123

124124
# Acknowledgments

0 commit comments

Comments
 (0)