1
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user