From 16edcb3ef191e0c13fdf2b9250790e983915e8f5 Mon Sep 17 00:00:00 2001 From: Bert Proesmans Date: Mon, 5 Jun 2017 18:23:30 +0200 Subject: [PATCH] Updated readme with VS2017 requirement --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b4dfaa4..478dde2 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Hooking a specific method when the **HooksRegistry** binary has no code to injec ## Build +Visual Studio 2017 has to be installed to build both projects. Required components are C# - and Unity development tools! Visual Studio 2017 Community edition is free to download and capable to perform the build. + 1. Clone the repo; 2. Create a junction link between the solution folder and the game install path. See `/createJunction.bat`; 2. Open UnityHook solution file with Visual Studio;