mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-01 21:29:07 +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>();
|
List<string> dependentAtlasPaths = new List<string>();
|
||||||
AddDependentAtlasIfImageChanged(dependentAtlasPaths, imagePaths);
|
AddDependentAtlasIfImageChanged(dependentAtlasPaths, imagePaths);
|
||||||
|
dependentAtlasPaths.RemoveAll(dependentAtlas => atlasPaths.Contains(dependentAtlas));
|
||||||
atlasPaths.AddRange(dependentAtlasPaths);
|
atlasPaths.AddRange(dependentAtlasPaths);
|
||||||
|
|
||||||
// Import atlases first.
|
// Import atlases first.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user