From a07b1de9ce972d4e38898ccf2cc84de16ff66c9b Mon Sep 17 00:00:00 2001 From: Harald Csaszar Date: Wed, 1 Oct 2025 18:30:33 +0200 Subject: [PATCH] [unity] Fixed PMA workflow preset warning dialog change of commit 9507491 not showing it. See #2940. --- .../Spine/Editor/spine-unity/Editor/Utility/AssetUtility.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/AssetUtility.cs b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/AssetUtility.cs index 16a41e92b..57270bd17 100644 --- a/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/AssetUtility.cs +++ b/spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/AssetUtility.cs @@ -393,6 +393,7 @@ namespace Spine.Unity.Editor { } List dependentAtlasPaths = new List(); AddDependentAtlasIfImageChanged(dependentAtlasPaths, imagePaths); + dependentAtlasPaths.RemoveAll(dependentAtlas => atlasPaths.Contains(dependentAtlas)); atlasPaths.AddRange(dependentAtlasPaths); // Import atlases first.