I have the following code set up for my GUI button and the texture is only showing realy small in on corner of my button. This is the code:
public Texture Location5Button;
if (GUI.Button(new Rect(230, 70, 50, 30), new GUIContent("Click", Location5Button)))