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

Commit ab27703

Browse files
authored
Update README.md
1 parent f568be2 commit ab27703

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
@@ -19,7 +19,7 @@ Universal Runtime Inspector/Explorer for Unity IL2CPP games.
1919
This requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
2020

2121
1. Download <b>CppExplorer.zip</b> from [Releases](https://github.com/sinaioutlander/CppExplorer/releases).
22-
2. Put the file in your `MyGame/Mods/` folder, and unzip with <b>"Extract here"</b> option.
22+
2. Put the file in your `MyGame\Mods\` folder, and unzip with <b>"Extract here"</b> option.
2323
3. It should not go into a sub-folder, you should see `CppExplorer.dll` and `mcs.dll` in your `Mods\` folder.
2424

2525
## How to use
@@ -50,4 +50,4 @@ Written by Sinai.
5050

5151
Credits to ManlyMarco for his [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor), which I used for the REPL Console and the "Find instances" snippet, and used the same MCS that he uses*.
5252

53-
<i>* note: I commented out the `SkipVisibilityExt` constructor since it was causing an exception for some reason.</i>
53+
<i>* note: I commented out the `SkipVisibilityExt` constructor in `mcs.dll` since it was causing an exception with the Hook it attempted.</i>

0 commit comments

Comments
 (0)