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

Commit dfc288a

Browse files
committed
Update README.md
1 parent 544009d commit dfc288a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525

2626
| Mod Loader | IL2CPP | Mono |
2727
| ----------- | ------ | ---- |
28-
| [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.MelonLoader.Il2Cpp.zip) | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.MelonLoader.Mono.zip) |
2928
| [BepInEx](https://github.com/BepInEx/BepInEx) | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.BepInEx.Il2Cpp.zip) | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.BepInEx.Mono.zip) |
29+
| [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.MelonLoader.Il2Cpp.zip) | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.MelonLoader.Mono.zip) |
30+
| Standalone | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.Standalone.Il2Cpp.zip) | ✔️ [link](https://github.com/sinai-dev/UnityExplorer/releases/latest/download/UnityExplorer.Standalone.Mono.zip) |
3031

3132
## Features
3233

@@ -58,6 +59,12 @@
5859
1. Download the UnityExplorer release for MelonLoader IL2CPP or Mono above.
5960
2. Take the contents of the release and put it in the `[GameFolder]\Mods\` folder. It should look like `[GameFolder]\Mods\UnityExplorer.ML.___.dll`
6061

62+
### Standalone
63+
64+
0. Load the DLL from your mod or inject it.
65+
1. Create an instance of Unity Explorer with `new ExplorerCore();`
66+
2. Subscribe to the `ExplorerCore.OnLog__` methods for logging.
67+
6168
## Mod Config
6269

6370
You can access the settings via the "Options" page of the main menu, or directly from the config at `Mods\UnityExplorer\config.ini` (generated after first launch).
@@ -88,7 +95,7 @@ You can access the settings via the "Options" page of the main menu, or directly
8895

8996
If you'd like to build this yourself, you will need to have installed BepInEx and/or MelonLoader for at least one Unity game. If you want to build all 4 versions, you will need at least one IL2CPP and one Mono game, with BepInEx and MelonLoader installed for both.
9097

91-
1. Install BepInEx or MelonLoader for your game.
98+
1. Install BepInEx or MelonLoader for your game, or use the standalone build.
9299
2. Open the `src\UnityExplorer.csproj` file in a text editor.
93100
3. For IL2CPP builds, make sure you set `BIECppGameFolder` (for BepInEx) and/or `MLCppGameFolder` (for MelonLoader) so the project can locate the necessary references.
94101
4. Open the `src\UnityExplorer.sln` project.

0 commit comments

Comments
 (0)