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.
* Some methods may still fail with a `MissingMethodException`, please let me know if you experience this (with full debug log please).
@@ -53,7 +53,7 @@
53
53
1. Download the UnityExplorer release for BepInEx IL2CPP or Mono above.
54
54
2. Take the `UnityExplorer.dll` file and put it in `[GameFolder]\BepInEx\plugins\`
55
55
3. Take the `UnityExplorer\` folder (with `explorerui.bundle`) and put it in `[GameFolder]\Mods\`, so it looks like `[GameFolder]\Mods\UnityExplorer\explorerui.bundle`.
56
-
4. In IL2CPP, it is highly recommended to get the base Unity libs for the game's Unity version and put them in the `BepInEx\unhollowed\base\` folder.
56
+
4. In IL2CPP, it is highly recommended to get the base Unity libs for the game's Unity version and put them in the `BepInEx\unhollowed\base\` folder.
57
57
58
58
### MelonLoader
59
59
@@ -81,6 +81,7 @@ You can access the settings via the "Options" page of the main menu, or directly
81
81
`Default Output Path` (string)
82
82
* Default: `Mods\Explorer`
83
83
* Where output is generated to, by default (for Texture PNG saving, etc).
84
+
* Currently this is not actually used for anything, but it will be soon.
0 commit comments