com.wallstop-studios.unity-helpers 2.0.0-rc75.6 → 2.0.0-rc75.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -899,7 +899,7 @@ namespace WallstopStudios.UnityHelpers.Editor.Sprites
899
899
  }
900
900
  }
901
901
 
902
- if (settingsChanged)
902
+ if (changed || settingsChanged)
903
903
  {
904
904
  textureImporter.SetTextureSettings(settings);
905
905
  textureImporter.SaveAndReimport();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc75.6",
3
+ "version": "2.0.0-rc75.7",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},
@@ -70,5 +70,6 @@
70
70
 
71
71
 
72
72
 
73
+
73
74
 
74
75