【bug】
parent
b51d81a835
commit
54c4e88145
|
@ -65,7 +65,6 @@ namespace Framework.Manager
|
|||
this.Name = name;
|
||||
}
|
||||
|
||||
[JsonConstructor]
|
||||
public BuildNode()
|
||||
{
|
||||
}
|
||||
|
@ -354,7 +353,9 @@ namespace Framework.Manager
|
|||
{
|
||||
try
|
||||
{
|
||||
var fileEntries = Directory.GetFiles(iconsPath, "*.png");
|
||||
var path = iconsPath.Replace(Application.dataPath, "").Replace('\\', '/');
|
||||
DebugUtil.LogError("路径:{0}", path);
|
||||
var fileEntries = Directory.GetFiles(path, "*.png");
|
||||
foreach (var filePath in fileEntries)
|
||||
{
|
||||
var fileName = Path.GetFileName(filePath);
|
||||
|
|
Loading…
Reference in New Issue