- Home /
ArgumentException: control 1's position in group with only 1 control
I'm getting an ArgumentException:
ArgumentException: Getting control 1's position in a group with only 1 controls when doing mouseDrag
Aborting
This happens with GUILayout elements when dragging the mouse. What does it mean and how can we solve this issue?
I'm getting this error too a lot. However I wasn't able to figure out what causes it.
Answer by liszto · Jan 10, 2013 at 09:57 AM
You can find the answer of your questions here :
OR
http://answers.unity3d.com/questions/17718/argumentexception-getting-control-2s-position-in-a.html
This explain the reason and solve my problem too so enjoy ;=)
Your answer
Follow this Question
Related Questions
getting control 0's position in a group with only 0 controls when doing repaint 0 Answers
ArgumentException: getting control 2's position in a group with only ... Gui.Layout issue. 0 Answers
GUILayout.BeginHorizontal with a visual border/background? 3 Answers
changing the default position of buttons 2 Answers
Prevent GUI Window border from disappearing when window is active 0 Answers