From af0ee2e690e299cff62e2ddcd46f024e3f4b7d73 Mon Sep 17 00:00:00 2001 From: Sinai Date: Tue, 9 Mar 2021 22:29:53 +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 571437c..007b43a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Note: You must use version 0.3 of MelonLoader or greater. Version 0.3 is current ### Standalone -0. Load the DLL from your mod or inject it. +0. Load the DLL from your mod or inject it. You must also make sure that the required libraries (Harmony, Unhollower for Il2Cpp, etc) are loaded. 1. Create an instance of Unity Explorer with `new ExplorerCore();` 2. You will need to call `ExplorerCore.Update()` (static method) from your Update method. 3. Subscribe to the `ExplorerCore.OnLog__` methods for logging.