- Home /
Question by
davidflynn2 · Nov 23, 2012 at 03:01 AM ·
gui
Leave space between GUILayout.Label
I have a couple of GUILaout.Labels I am trying use on my login and I am needing a break between them. When I do it right now it places it on the line below it but I want it to have a few line between them.
Example Right now its like this.
Username Password
I want it to be setup like this.
Username
Break
Break
Pasword
Comment
Best Answer
Answer by TheDarkVoid · Nov 23, 2012 at 03:11 AM
You can use GUI.Space() or you could just add a bunch of empty labels but thats not recomended