mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 01:06:00 +08:00
[unity] Fixed wrong atlas assets being assigned upon import when multiple skeletons are exported to the same directory. Closes #1312.
This commit is contained in:
parent
0d44a041e9
commit
91532f19b1
@ -638,8 +638,8 @@ namespace Spine.Unity.Editor {
|
||||
requiredPaths.Add((string)data["path"]);
|
||||
else if (data.ContainsKey("name"))
|
||||
requiredPaths.Add((string)data["name"]);
|
||||
//else
|
||||
// requiredPaths.Add(attachment.Key);
|
||||
else
|
||||
requiredPaths.Add(attachment.Key);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user