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
NullReferenceException: Object reference not set to an instance of an object
ExtendedInput.GetKeyDown (KeyCodeExtended key) (at <39c0323fb6b449a4aaf3465c00ed3c8d>:0)
EditorExtensionsRedux.EditorExtensions.Update () (at :0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
Above is NullReference error I've got from ksp.log mentioning Editor Extensions Redux. Seems to cause bugs such as VAB left click breaking/glitching out after some time.
The text was updated successfully, but these errors were encountered:
NullReferenceException: Object reference not set to an instance of an object
ExtendedInput.GetKeyDown (KeyCodeExtended key) (at <39c0323fb6b449a4aaf3465c00ed3c8d>:0)
EditorExtensionsRedux.EditorExtensions.Update () (at :0)
UnityEngine.DebugLogHandler:LogException(Exception, Object)
ModuleManager.UnityLogHandle.InterceptLogHandler:LogException(Exception, Object)
UnityEngine.Debug:CallOverridenDebugHandler(Exception, Object)
Above is NullReference error I've got from ksp.log mentioning Editor Extensions Redux. Seems to cause bugs such as VAB left click breaking/glitching out after some time.
The text was updated successfully, but these errors were encountered: