private void OnLostFocus() { if (EditorFramework.IsNeedRefreshSystems) { EditorFramework.RefreshSystems(); } EditorFrameworkUtility.RemoveEmptyFolders(); }
private void OnDisable() { if (EditorFramework.IsNeedRefreshSystems) { EditorFramework.RefreshSystems(); } if (_data != null) { EditorUtility.SetDirty(_data); } }