diff --git a/src/UI/ForceUnlockCursor.cs b/src/UI/ForceUnlockCursor.cs index 24c9439..8c98296 100644 --- a/src/UI/ForceUnlockCursor.cs +++ b/src/UI/ForceUnlockCursor.cs @@ -176,6 +176,7 @@ namespace UnityExplorer.UI // Set to our current system m_settingEventSystem = true; EventSystem.current = UIManager.EventSys; + UIManager.EventSys.enabled = true; InputManager.ActivateUIModule(); m_settingEventSystem = false; }