Skip to content

Commit 1a07941

Browse files
authored
Add "Troubleshooting" section to README (#14)
1 parent a3a1b89 commit 1a07941

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ https://github.com/risk-of-thunder/R2Wiki/wiki/Debugging-Your-Mods-With-dnSpy
8888
### Runtime Unity Editor
8989
In-game inspector, editor and interactive console for applications made with Unity3D game engine. It's designed for debugging and modding Unity games.
9090
https://github.com/ManlyMarco/RuntimeUnityEditor#readme
91+
92+
## Troubleshooting
93+
- The BepInEx plugin manager object is destroyed early in certain games which aggressively clean up scenes, causing some plugins to not work. This can be fixed by setting the `HideManagerGameObject` option to `true` in `BepInEx/config/BepInEx.cfg`.

0 commit comments

Comments
 (0)