Example #1
0
 public override void OnInspectorGUI()
 {
     DrawDefaultInspector();
     GUI.color = Color.yellow;
     if (GUILayout.Button("Save Light Templates"))
     {
         lightManager.EditorSaveLightTemplates();
     }
     if (GUILayout.Button("Load Light Templates"))
     {
         lightManager.EditorLoadLightTemplates();
     }
 }