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
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
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):