|
25 | 25 |
|
26 | 26 | | Mod Loader | IL2CPP | Mono |
|
27 | 27 | | ----------- | ------ | ---- |
|
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) | |
29 | 28 | | [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) | |
30 | 31 |
|
31 | 32 | ## Features
|
32 | 33 |
|
|
58 | 59 | 1. Download the UnityExplorer release for MelonLoader IL2CPP or Mono above.
|
59 | 60 | 2. Take the contents of the release and put it in the `[GameFolder]\Mods\` folder. It should look like `[GameFolder]\Mods\UnityExplorer.ML.___.dll`
|
60 | 61 |
|
| 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 | + |
61 | 68 | ## Mod Config
|
62 | 69 |
|
63 | 70 | 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
|
88 | 95 |
|
89 | 96 | 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.
|
90 | 97 |
|
91 |
| -1. Install BepInEx or MelonLoader for your game. |
| 98 | +1. Install BepInEx or MelonLoader for your game, or use the standalone build. |
92 | 99 | 2. Open the `src\UnityExplorer.csproj` file in a text editor.
|
93 | 100 | 3. For IL2CPP builds, make sure you set `BIECppGameFolder` (for BepInEx) and/or `MLCppGameFolder` (for MelonLoader) so the project can locate the necessary references.
|
94 | 101 | 4. Open the `src\UnityExplorer.sln` project.
|
|
0 commit comments