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
BaseInputModule.OnDisable() calls m_EventSystem.UpdateModules(), which removes the module from m_SystemInputModules. However, m_CurrentInputModule is a separate reference that is never checked or cleared in this path.I just want to know why.
BaseInputModule.OnDisable() calls m_EventSystem.UpdateModules(), which removes the module from m_SystemInputModules. However, m_CurrentInputModule is a separate reference that is never checked or cleared in this path.I just want to know why.