[unity] Fixed PMA workflow preset warning dialog change of commit 9507491 not showing it. See #2940.

This commit is contained in:
Harald Csaszar 2025-10-01 18:30:33 +02:00
parent 43b6568966
commit a07b1de9ce

View File

@ -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.