Skip to content

Commit

Permalink
Add "Troubleshooting" section to README (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanf authored Dec 20, 2023
1 parent a3a1b89 commit 1a07941
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ https://github.com/risk-of-thunder/R2Wiki/wiki/Debugging-Your-Mods-With-dnSpy
### Runtime Unity Editor
In-game inspector, editor and interactive console for applications made with Unity3D game engine. It's designed for debugging and modding Unity games.
https://github.com/ManlyMarco/RuntimeUnityEditor#readme

## Troubleshooting
- 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 comments on commit 1a07941

Please sign in to comment.