This repository was archived by the owner on May 9, 2023. It is now read-only.

Description
Are you on the latest version of UnityExplorer?
Which release are you using?
Standalone Mono
Which game did this occur on?
Keep Talking and Nobody Explodes (Unity 2017.4.22f1, .NET Framework 3.5)
Describe the issue.
After I call UnityExplorer.ExplorerStandalone.CreateInstance();, the UI panels of Unity Explorer open, and work like they should, except I can't move nor resize them making the mod very clunky to use. This only happens on Linux (tested on Debian 11), on Windows (10) it works properly.
The game uses the legacy input system across every platform and runs natively on Linux. I tried setting Disable_EventSystem_Override to True (as per Common issues and solutions), but that didn't solve the issue.
Relevant log output
There's nothing relevant in the Unity log nor the log of the library (Standalone), but here's the latter one anyway (to verify versions and such):
UnityExplorer 4.9.0 initializing...
[UniverseLib] UniverseLib 1.5.1 initializing...
[UniverseLib] Finished UniverseLib initial setup.
[UniverseLib] Initialized Legacy Input support
[UniverseLib] Loaded modern bundle for Unity 2017.4.22f1
[UniverseLib] UniverseLib 1.5.1 initialized.
Creating UI...
UnityExplorer 4.9.0 (Mono) initialized.