Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Add "Troubleshooting" section to README #14

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

jivanf
Copy link
Contributor

@jivanf jivanf commented Dec 20, 2023

As mentioned here, the BepInEx plugin manager object is destroyed early in certain games which aggressively clean up scenes. For instance, this is a problem in ScriptEngine because it reloads the plugins in the Update() method, which is never called in these games. Fortunately, setting HideManagerGameObject to true in BepInEx.cfg solves this issue.

I only tested ScriptEngine, but other plugins might have this issue as well, which is why I thought it'd be helpful to have a troubleshooting section in the README for issues like this one. I already included the issue mentioned earlier and its solution in this PR. Let me know what you think 😄

@ManlyMarco ManlyMarco merged commit 1a07941 into BepInEx:master Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants