From 28b6db80f9fe50eed3affce016ebf5fb377589f8 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Fri, 1 Oct 2021 17:21:50 +1000 Subject: [PATCH] Fix InputSystem EventSystem bug --- src/Core/Input/InputManager.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Core/Input/InputManager.cs b/src/Core/Input/InputManager.cs index c76b4bb..1623244 100644 --- a/src/Core/Input/InputManager.cs +++ b/src/Core/Input/InputManager.cs @@ -45,8 +45,7 @@ namespace UnityExplorer.Core.Input public static void AddUIModule() { m_inputHandler.AddUIInputModule(); - //ActivateUIModule(); - CursorUnlocker.SetEventSystem(); + ActivateUIModule(); } public static void ActivateUIModule()