lpt
0
Q:

unity gui button

if (GUILayout.Button("I am a regular Automatic Layout Button")){
    Debug.Log("Clicked Automatic Layout Button ");
}

if (GUI.Button(new Rect(10, 70, 50, 30), "I am a regular Button"))
    Debug.Log("Clicked Regular Button");
}
0

New to Communities?

Join the community