Exemple #1
0
        private void OnLostFocus()
        {
            if (EditorFramework.IsNeedRefreshSystems)
            {
                EditorFramework.RefreshSystems();
            }

            EditorFrameworkUtility.RemoveEmptyFolders();
        }
Exemple #2
0
        private void OnDisable()
        {
            if (EditorFramework.IsNeedRefreshSystems)
            {
                EditorFramework.RefreshSystems();
            }

            if (_data != null)
            {
                EditorUtility.SetDirty(_data);
            }
        }