public static void PreferencesGUI() { AutomationFolder.Draw(); ConfigFolder.Draw(); AutoSave.Draw(); EditorGUILayout.Space(); EditorGUILayout.LabelField("Look & Feel", EditorStyles.boldLabel); AutomationLineColor.Draw(); FieldLineColor.Draw(); FocusActiveAutomation.Draw(); FocusNewAutomation.Draw(); GUILayout.FlexibleSpace(); EditorGUILayout.LabelField("Version 1.0", EditorStyles.centeredGreyMiniLabel); }
public static void PreferencesGUI() { AutomationFolder.Draw(); ConfigFolder.Draw(); LogFolder.Draw(); AutoSave.Draw(); AutoLog.Draw(); EditorGUILayout.Space(); EditorGUILayout.LabelField("Look & Feel", EditorStyles.boldLabel); AutomationLineColor.Draw(); FieldLineColor.Draw(); FocusActiveAutomation.Draw(); FocusNewAutomation.Draw(); EditorGUILayout.Space(); PopupSearchLimit.Draw(); EditorGUILayout.LabelField("Recommended to not go above 1000", EditorStyles.miniLabel); GUILayout.FlexibleSpace(); EditorGUILayout.LabelField("Version 1.0", EditorStyles.centeredGreyMiniLabel); }