1
This commit is contained in:
@@ -381,7 +381,7 @@ public class UICreateWindow : EditorWindow
|
||||
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user