Available on Asset Store: https://assetstore.unity.com/packages/tools/sprite-management/sprite-exporter-293562
The SpriteExporter script is a Unity Editor tool designed to Export sliced sprites from a specified Texture2D into individual PNG files. This can be particularly useful for extracting and saving individual sprites from a Sprite Sheet.
-
Ensure the SpriteExporter script is placed in the Assets folder within your Unity project.
-
Ensure that the Read/Write property of the texture is enabled and the TextureType property of the texture is Sprite (2D and UI).
-
In the Unity Editor, Right-click the Sprite Sheet PNG file in the Project view, then select SpriteExporter > ExportFromSpriteSheet. The individual sprites will be exported to the ExportedSprites folder located in the same directory as the original file.
- If you found it helpful or enjoyed using it, I’d greatly appreciate a quick review and rating on the Asset Store. Your feedback not only helps me improve but also supports other developers in discovering this tool. Thank you for your time and support!