mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
[unity] Fixed PMA workflow preset warning dialog change of commit 9507491 not showing it. See #2940.
This commit is contained in:
parent
43b6568966
commit
a07b1de9ce
@ -393,6 +393,7 @@ namespace Spine.Unity.Editor {
|
||||
}
|
||||
List<string> dependentAtlasPaths = new List<string>();
|
||||
AddDependentAtlasIfImageChanged(dependentAtlasPaths, imagePaths);
|
||||
dependentAtlasPaths.RemoveAll(dependentAtlas => atlasPaths.Contains(dependentAtlas));
|
||||
atlasPaths.AddRange(dependentAtlasPaths);
|
||||
|
||||
// Import atlases first.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user