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

Commit 190467f

Browse files
committed
Update README.md
1 parent 44f54d9 commit 190467f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949

5050
0. Install [BepInEx](https://github.com/BepInEx/BepInEx) for your game.
5151
1. Download the UnityExplorer release for BepInEx IL2CPP or Mono above.
52-
2. Take the `UnityExplorer.dll` file and put it in `[GameFolder]\BepInEx\plugins\`
52+
2. Take the `UnityExplorer.BIE.___.dll` file and put it in `[GameFolder]\BepInEx\plugins\`
5353
3. Take the `UnityExplorer\` folder (with `explorerui.bundle`) and put it in `[GameFolder]\Mods\`, so it looks like `[GameFolder]\Mods\UnityExplorer\explorerui.bundle`.
5454
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.
5555

5656
### MelonLoader
5757

5858
0. Install [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) for your game.
5959
1. Download the UnityExplorer release for MelonLoader IL2CPP or Mono above.
60-
2. Take the contents of the release and put it in the `[GameFolder]\Mods\` folder. It should look like `[GameFolder]\Mods\UnityExplorer.dll` and `[GameFolder]\Mods\UnityExplorer\explorerui.bundle`.
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` and `[GameFolder]\Mods\UnityExplorer\explorerui.bundle`.
6161

6262
## Mod Config
6363

0 commit comments

Comments
 (0)