You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,7 @@ Note: You must use version 0.3 of MelonLoader or greater. Version 0.3 is current
69
69
70
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.
71
71
1. Create an instance of Unity Explorer with `ExplorerStandalone.CreateInstance();`
72
-
2. You will need to call `ExplorerStandalone.Update()` from your Update method.
73
-
3. Subscribe to the `ExplorerStandalone.OnLog` event to handle logging if you wish.
72
+
2. Optionally subscribe to the `ExplorerStandalone.OnLog` event to handle logging if you wish.
74
73
75
74
## Logging
76
75
@@ -115,6 +114,7 @@ For IL2CPP:
115
114
1. Install BepInEx or MelonLoader for your game.
116
115
2. Open the `src\UnityExplorer.csproj` file in a text editor.
117
116
3. Set `BIECppGameFolder` (for BepInEx) and/or `MLCppGameFolder` (for MelonLoader) so the project can locate the necessary references.
117
+
4. For Standalone builds, you can either install BepInEx for the game to build, or just change the .csproj file and set the Unhollower reference manually.
0 commit comments