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.
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,12 @@ These logs are also visible in the Debug Console part of the UI.
96
96
97
97
### Settings
98
98
99
-
You can change the settings via the "Options" page of the main menu, or directly from the config file (generated after first launch). The config file will be found either inside a "UnityExplorer" folder in the same directory as where you put the DLL file, or for BepInEx it will be at `BepInEx\config\UnityExplorer\`.
99
+
You can change the settings via the "Options" page of the main menu, or directly from the config file.
100
+
101
+
Depending on the release you are using, the config file will be found at:
@@ -125,15 +130,13 @@ You can change the settings via the "Options" page of the main menu, or directly
125
130
126
131
## Building
127
132
128
-
If you'd like to build this yourself, all you need to do is download this repository and build from Visual Studio.
133
+
Building the project should be straight-forward, the references are all inside the `lib\` folder.
129
134
130
-
1. Open the `src\UnityExplorer.sln` project.
135
+
1. Open the `src\UnityExplorer.sln` project in Visual Studio.
131
136
2. Select `Solution 'UnityExplorer' (1 of 1 project)` in the Solution Explorer panel, and set the <b>Active config</b> property to the version you want to build, then build it. Alternatively, use "Batch Build" and select all releases.
132
137
3. The DLLs are built to the `Release\` folder in the root of the repository.
133
138
4. If ILRepack complains about an error, just change the Active config to a different release and then back again. This sometimes happens for the first time you build the project.
134
139
135
-
The references are all inside the `lib\` folder, if you need to change them for some reason then you can replace them there.
136
-
137
140
## Acknowledgments
138
141
139
142
*[ManlyMarco](https://github.com/ManlyMarco) for [Runtime Unity Editor](https://github.com/ManlyMarco/RuntimeUnityEditor) (GPL), snippets from the REPL Console were used for UnityExplorer's C# Console.
0 commit comments