This commit is contained in:
2025-09-24 16:33:01 +08:00
parent 43334afb4b
commit 5e7c399e4d
2 changed files with 2 additions and 2 deletions

View File

@@ -381,7 +381,7 @@ public class UICreateWindow : EditorWindow
private void DomainPathField() private void DomainPathField()
{ {
var path = $"Assets/Domain/{_domainNames[_domainIndex]}/AddressableRes/Conf/UIConfig.asset"; var path = $"Assets/Domain/{_domainNames[_domainIndex]}/AddressableRes/Config/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.2", "version": "2.0.3",
"description": "UI框架工具", "description": "UI框架工具",
"unity": "2021.3", "unity": "2021.3",
"unityRelease": "30f1", "unityRelease": "30f1",