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
In most games compiled to IL2CPP the IMGUI assembly is stripped and unstripping fails to restore all of its functions as of the latest BepInEx nightly builds. It's possible to work around this by patching the IMGUI assembly to re-add the missing members, but there needs to be a more reliable and universal solution to this that's not game-specific.