Hello, please can you help me? I need GUILayoutTextField position next to GUI.Label, but i don’t know how.
GUI.Label(Rect(250,225,500,50), "Player Name:");
nick = GUILayout.TextField (nick, GUILayout.Width (100));
It must look like this: Player Name: nick
Thanks.