This commit is contained in:
2025-09-24 16:21:43 +08:00
parent 9ed2f1a911
commit 43334afb4b
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ public class UICreateWindow : EditorWindow
{ {
#region MenuItem #region MenuItem
[MenuItem("Assets/Evo/UI工具/CreateUI")] [MenuItem("Evo/UI管理/CreateUI")]
private static void CopyUI() private static void CopyUI()
{ {
if (Selection.activeObject == null || !(Selection.activeObject is GameObject)) if (Selection.activeObject == null || !(Selection.activeObject is GameObject))
@@ -27,7 +27,7 @@ public class UICreateWindow : EditorWindow
UICreateWindow.OpenWindow().uiPrefab = Selection.activeObject as GameObject; UICreateWindow.OpenWindow().uiPrefab = Selection.activeObject as GameObject;
} }
[MenuItem("Evo/UI管理")] [MenuItem("Evo/UI管理/OpenWindow")]
public static UICreateWindow OpenWindow() public static UICreateWindow OpenWindow()
{ {
var window = GetWindow<UICreateWindow>("UI管理"); var window = GetWindow<UICreateWindow>("UI管理");
@@ -381,7 +381,7 @@ public class UICreateWindow : EditorWindow
private void DomainPathField() private void DomainPathField()
{ {
var path = $"Assets/Domain/{_domainNames[_domainIndex]}/AddressableRes/Config/UIConfig.asset"; var path = $"Assets/Domain/{_domainNames[_domainIndex]}/AddressableRes/Conf/UIConfig.asset";
if (_uiConfigObj == null) if (_uiConfigObj == null)
{ {

View File

@@ -1,7 +1,7 @@
{ {
"name": "com.staryevo.uifarme", "name": "com.staryevo.uifarme",
"displayName": "06.UIFarme", "displayName": "06.UIFarme",
"version": "2.0.1", "version": "2.0.2",
"description": "UI框架工具", "description": "UI框架工具",
"unity": "2021.3", "unity": "2021.3",
"unityRelease": "30f1", "unityRelease": "30f1",