I'm making a custom editor with gui buttons in it, but the buttons are the wrong size and the size parameters in the button command aren't doing anything.
if (GUI.Button(new Rect(position.width / 2 + - 10, 335, 40, 30), plus, GUIStyle.none) && nOfFrames > 1)
DeleteFrame();
Thanks
↧