Example #1
0
        private void OnEnable()
        {
            Selection.selectionChanged -= UpdateLastFolderPath;
            Selection.selectionChanged += UpdateLastFolderPath;

            if (_window == null)
            {
                _window = this;
            }
        }
Example #2
0
 public static void ShowWindow()
 {
     _window = GetWindow <SOFlowComponentShortcutWindow>("SOFlow-Component Shortcuts");
 }