This commit is contained in:
2025-09-23 11:21:07 +08:00
parent a2e0062a34
commit 6baf2de727
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ public class UICreateWindow : EditorWindow
{
#region MenuItem
[MenuItem("Assets/Create/CreateUI")]
[MenuItem("Assets/Evo/UI工具/CreateUI")]
private static void CopyUI()
{
if (Selection.activeObject == null || !(Selection.activeObject is GameObject))
@@ -27,7 +27,7 @@ public class UICreateWindow : EditorWindow
UICreateWindow.OpenWindow().uiPrefab = Selection.activeObject as GameObject;
}
[MenuItem("Tools/UI管理")]
[MenuItem("Evo/UI管理")]
public static UICreateWindow OpenWindow()
{
var window = GetWindow<UICreateWindow>("UI管理");
@@ -91,7 +91,7 @@ public class UICreateWindow : EditorWindow
}
private void OnGUI()
{
EditorGUILayout.LabelField("通过[Tools/UI管理]可以打开");
EditorGUILayout.LabelField("通过[Evo/UI管理]可以打开");
_scroll = EditorGUILayout.BeginScrollView(_scroll);
{
EditorGUILayout.HelpBox("UI基础文件", MessageType.Info);

View File

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