[Exception] ArgumentException: Getting control 3's position in a group with only 3 controls when doing repaint
Aborting
Rethrow as ImmediateModeException
GUILayoutGroup.GetNext() at <464bcd4c167d4c539e296006dd3ee76a>:0
GUILayoutUtility.BeginLayoutGroup() at <464bcd4c167d4c539e296006dd3ee76a>:0
EditorGUILayout.BeginHorizontal() at <13c5ad68fffb46969f1ca1df233d1e4d>:0
EditorGUILayout.BeginHorizontal() at <13c5ad68fffb46969f1ca1df233d1e4d>:0
EditorTool.BeginSetting() at <92fa4c1149c040a49f9e49228ea6d50c>:0
EditorTool.ShowButton() at <92fa4c1149c040a49f9e49228ea6d50c>:0
BaseEditorTab.AfterScrollView() at <92fa4c1149c040a49f9e49228ea6d50c>:0
GamingIsLove.Makinom.Editor.GenericAssetListTab`2[T,V].ShowTab() at <92fa4c1149c040a49f9e49228ea6d50c>:0
BaseEditorSection.ShowTab() at <92fa4c1149c040a49f9e49228ea6d50c>:0
MakinomEditorWindow.OnGUI() at <92fa4c1149c040a49f9e49228ea6d50c>:0
HostView.InvokeOnGUI() at <13c5ad68fffb46969f1ca1df233d1e4d>:0
DockArea.DrawView() at <13c5ad68fffb46969f1ca1df233d1e4d>:0
DockArea.OldOnGUI() at <13c5ad68fffb46969f1ca1df233d1e4d>:0
IMGUIContainer.DoOnGUI() at <58085240a2cd4366bdae33738b2acb74>:0
IMGUIContainer.HandleIMGUIEvent() at <58085240a2cd4366bdae33738b2acb74>:0
IMGUIContainer.DoIMGUIRepaint() at <58085240a2cd4366bdae33738b2acb74>:0
RenderChainCommand.ExecuteNonDrawMesh() at <58085240a2cd4366bdae33738b2acb74>:0
RenderChain.Render() at <58085240a2cd4366bdae33738b2acb74>:0
UIRRepaintUpdater.Update() at <58085240a2cd4366bdae33738b2acb74>:0
VisualTreeUpdater.UpdateVisualTreePhase() at <58085240a2cd4366bdae33738b2acb74>:0
Panel.UpdateForRepaint() at <58085240a2cd4366bdae33738b2acb74>:0
Panel.Repaint() at <58085240a2cd4366bdae33738b2acb74>:0
UIElementsUtility.DoDispatch() at <58085240a2cd4366bdae33738b2acb74>:0
UnityEngine.UIElements.UIElementsUtility.UnityEngine.UIElements.IUIElementsUtility.ProcessEvent() at <58085240a2cd4366bdae33738b2acb74>:0
UIEventRegistration.ProcessEvent() at <58085240a2cd4366bdae33738b2acb74>:0
UIEventRegistration+<>c.<.cctor>b__1_2() at <58085240a2cd4366bdae33738b2acb74>:0
GUIUtility.ProcessEvent() at <464bcd4c167d4c539e296006dd3ee76a>:0
It looks like you're new here. If you want to get involved, click one of these buttons!
Do you know where you got this error? From the looks of it, it should be somewhere in the editor :)
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
As far as the error, it gets triggered after I hit play on a game scene.