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
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ For Visual Studio:
118
118
119
119
0. Clone the repository and run `git submodule update --init --recursive` to get the submodules.
120
120
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.
122
122
3. Build the UnityExplorer release(s) you want to use, either by selecting the config as the Active Config, or batch-building.
0 commit comments