From 4e3d3a2e5c0907fa87a13114e547793df9d94646 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Fri, 1 Apr 2022 01:37:51 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f510303..02907e9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The standalone release can be used with any injector or loader of your choice, but it requires you to load the dependencies manually. -1. Ensure the required libs are loaded - UniverseLib, HarmonyX and MonoMod +1. Ensure the required libs are loaded - UniverseLib, HarmonyX and MonoMod. Take them from the [`UnityExplorer.Editor`](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.Editor.zip) release if you need them. 2. For IL2CPP, load Il2CppAssemblyUnhollower and start an [Il2CppAssemblyUnhollower runtime](https://github.com/knah/Il2CppAssemblyUnhollower#required-external-setup) 2. Load the UnityExplorer DLL 3. Create an instance of Unity Explorer with `UnityExplorer.ExplorerStandalone.CreateInstance();`