From 857ff41eaef49370fdadca10290feb209f0df5b4 Mon Sep 17 00:00:00 2001 From: Herp Derpinstine Date: Sun, 31 May 2020 18:45:06 -0500 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 9b2ccc0bb..e02029722 100644 --- a/README.MD +++ b/README.MD @@ -17,7 +17,7 @@ 2. Extract MelonLoader_Il2Cpp.zip to the Game's Installation Folder. 3. Download the latest version of Il2CppDumper from [HERE](https://github.com/Perfare/Il2CppDumper/releases) and extract it to MelonLoader/AssemblyGenerator/Il2CppDumper 4. Download the latest version of Il2CppAssemblyUnhollower from [HERE](https://github.com/knah/Il2CppAssemblyUnhollower/releases) and extract it to MelonLoader/AssemblyGenerator/Il2CppAssemblyUnhollower -5. Download the Unity Dependencies ZIP for the Game's Engine Version from [BaseLibs/UnityDependencies](https://github.com/HerpDerpinstine/MelonLoader/BaseLibs/UnityDependencies). +5. Download the Unity Dependencies ZIP for the Game's Engine Version from [BaseLibs/UnityDependencies](https://github.com/HerpDerpinstine/MelonLoader/tree/master/BaseLibs/UnityDependencies). 6. Extract the ZIP to MelonLoader/AssemblyGenerator/Il2CppAssemblyUnhollower/UnityDependencies in the Game's Installation Folder. ---