public static void OpenPreferences()
 {
     EntitasEditorLayout.ShowWindow <EntitasPreferencesWindow>("Entitas Preferences");
 }
 public static void OpenPreferences()
 {
     EntitasEditorLayout.ShowWindow <EntitasPreferencesWindow>("Entitas " + EntitasCheckForUpdates.GetLocalVersion());
 }