1
This commit is contained in:
@@ -15,7 +15,7 @@ public class UICreateWindow : EditorWindow
|
||||
{
|
||||
#region MenuItem
|
||||
|
||||
[MenuItem("Assets/Evo/UI工具/CreateUI")]
|
||||
[MenuItem("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("Evo/UI管理")]
|
||||
[MenuItem("Evo/UI管理/OpenWindow")]
|
||||
public static UICreateWindow OpenWindow()
|
||||
{
|
||||
var window = GetWindow<UICreateWindow>("UI管理");
|
||||
@@ -381,7 +381,7 @@ public class UICreateWindow : EditorWindow
|
||||
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user