Exemplo n.º 1
0
        public static void OnSelectionChanged()
        {
            var path = EditorUtils.GetSelectedPathOrFallback();

            if (!string.IsNullOrEmpty(path))
            {
                Menu.SetChecked(Mark_AssetBundle, Marked(path));
            }
        }
Exemplo n.º 2
0
        public static void MarkPTABDir()
        {
            var path = EditorUtils.GetSelectedPathOrFallback();

            MarkAB(path);
        }