This commit is contained in:
2025-11-04 16:26:50 +08:00
parent 6a73f11f18
commit d2bf1ada3b
13 changed files with 408 additions and 219 deletions

View File

@@ -31,7 +31,7 @@ namespace Stary.Evo.Editor
/// </summary>
public static List<CreatArtDomainEntity> GetLocalDomainAll()
{
string domainPath = $"{Application.dataPath}/Art";
string domainPath = $"{Application.dataPath}/Member";
string[] domains;
// 新增目录获取代码
if (Directory.Exists(domainPath))
@@ -50,7 +50,7 @@ namespace Stary.Evo.Editor
List<CreatArtDomainEntity> domainList = new List<CreatArtDomainEntity>();
foreach (var item in domains)
{
if (File.Exists($"{domainPath}/{item}/Scenes/TestScene.unity"))
if (File.Exists($"{domainPath}/{item}/Config/ArtSceneData.asset"))
{
CreatArtDomainEntity domainEntity = new CreatArtDomainEntity(domainList)
{