Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit af0ee2e

Browse files
committed
Update README.md
1 parent d2d6fb4 commit af0ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Note: You must use version 0.3 of MelonLoader or greater. Version 0.3 is current
6767

6868
### Standalone
6969

70-
0. Load the DLL from your mod or inject it.
70+
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.
7171
1. Create an instance of Unity Explorer with `new ExplorerCore();`
7272
2. You will need to call `ExplorerCore.Update()` (static method) from your Update method.
7373
3. Subscribe to the `ExplorerCore.OnLog__` methods for logging.

0 commit comments

Comments
 (0)