-
Notifications
You must be signed in to change notification settings - Fork 0
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
This plugin breaks the VideoExport plugin. #1
Comments
After removing the patcher it backs to normal. |
The screen size override is enabled by default to have plugin windows placed and sized right. You can try excluding that plugin from screen override by tweaking these settings, Unity.IMGUI.HiDPI.Patcher/docs/IMGUI.HiDPI.Patcher.cfg Lines 29 to 56 in c9ee697
The namespace of hooked types can be found in BepInEx log,
This patcher is just a general hack which can't handle many corner cases, and it's advised plugin authors to implement HiDPI scaling in their own plugin. |
Hello mister, I want to report an issue. The problem is your patcher breaks the VideoExport plugin. When using Built-in option it somehow overrides the resolution. On the screen my game resolution is 2560x1600 but video export breaks it and trying to set 1728 x1080 and it actually interrupts the capture process.
The text was updated successfully, but these errors were encountered: