i have no arrays in my code and I started getting this error:
`IndexOutOfRangeException: Index was outside the bounds of the array.`
- Library/PackageCache/com.unity.inputsystem@1.2.0/InputSystem/Editor/AssetEditor/InputActionEditorToolbar.cs:32)
- UnityEngine.InputSystem.Editor.InputActionEditorWindow.OnGUI () (at Library/PackageCache/com.unity.inputsystem@1.2.0/InputSystem/Editor/AssetEditor/InputActionEditorWindow.cs:636)
- UnityEditor.HostView.InvokeOnGUI (UnityEngine.Rect onGUIPosition, UnityEngine.Rect viewRect) (at <7ac35247888b44f4a7e290f1f6bb33f3>:0)
- UnityEditor.DockArea.DrawView (UnityEngine.Rect viewRect, UnityEngine.Rect dockAreaRect) (at <7ac35247888b44f4a7e290f1f6bb33f3>:0)
- UnityEditor.DockArea.OldOnGUI () (at <7ac35247888b44f4a7e290f1f6bb33f3>:0)
- UnityEngine.UIElements.IMGUIContainer.DoOnGUI (UnityEngine.Event evt, UnityEngine.Matrix4x4 parentTransform, UnityEngine.Rect clippingRect, System.Boolean isComputingLayout, UnityEngine.Rect layoutSize, System.Action onGUIHandler, System.Boolean canAffectFocus) (at :0)
- UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr, Boolean&)
↧