void Demonstration() { if (GUILayout.Button("Generate City", GUILayout.Width(200))) { generatorController.GenerateCity(); } }