Could you please help me? I'm having an issue with an error in Unity.
-
I'm getting a 'build failed' error message when I try to publish my avatar in Unity. I've tried everything I can think of, but I can't seem to resolve it.
error :
ArgumentException: Getting control 1's position in a group with only 1 controls when doing repaint
Aborting
UnityEngine.GUILayoutGroup.GetNext () (at <344226e341014466b33f0c0fa34fcef5>:0)
UnityEngine.GUILayoutUtility.BeginLayoutGroup (UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options, System.Type layoutType) (at <344226e341014466b33f0c0fa34fcef5>:0)
UnityEditor.EditorGUILayout.BeginHorizontal (UnityEngine.GUIContent content, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at <a259d3c004024353a2c217da97495055>:0)
UnityEditor.EditorGUILayout.BeginHorizontal (UnityEngine.GUILayoutOption[] options) (at <a259d3c004024353a2c217da97495055>:0)
UnityEditor.EditorGUILayout.LabelField (UnityEngine.GUIContent label, UnityEngine.GUIContent label2, UnityEngine.GUIStyle style, UnityEngine.GUILayoutOption[] options) (at <a259d3c004024353a2c217da97495055>:0)
UnityEditor.EditorGUILayout.HelpBox (System.String message, UnityEditor.MessageType type) (at <a259d3c004024353a2c217da97495055>:0)
VRCSdkControlPanel.OnGUIShowIssues (UnityEngine.Object subject) (at Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/ControlPanel/VRCSdkControlPanelBuilder.cs:306)
VRC.SDK3A.Editor.VRCSdkControlPanelAvatarBuilder.ShowBuilder () (at Packages/com.vrchat.avatars/Editor/VRCSDK/SDK3A/VRCSdkControlPanelAvatarBuilder.cs:157)
VRCSdkControlPanel+<>c__DisplayClass179_0.<ShowBuilders>b__4 () (at Packages/com.vrchat.base/Editor/VRCSDK/Dependencies/VRChat/ControlPanel/VRCSdkControlPanelBuilder.cs:738)
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 <b6a7e1825c0b45d3b0729282e86cc687>:0)
UnityEngine.UIElements.IMGUIContainer.HandleIMGUIEvent (UnityEngine.Event e, UnityEngine.Matrix4x4 worldTransform, UnityEngine.Rect clippingRect, System.Action onGUIHandler, System.Boolean canAffectFocus) (at <b6a7e1825c0b45d3b0729282e86cc687>:0).... help