public override void OnGUI(string searchContext)
 {
     OffsetInProjectView.Draw();
     ShowOnHover.Draw();
     ShowOnSelected.Draw();
     GUILayout.FlexibleSpace();
     EditorGUILayout.LabelField("Version 1.0", EditorStyles.centeredGreyMiniLabel);
 }
        public static void EditorPreferences()
        {
            OffsetInProjectView.Draw();
            ShowOnHover.Draw();
            ShowOnSelected.Draw();

            GUILayout.FlexibleSpace();
            EditorGUILayout.LabelField("Version 1.1", EditorStyles.centeredGreyMiniLabel);
        }