Skip to content

Export Sprites from a Sprite Sheet into Separate PNG Files

Notifications You must be signed in to change notification settings

SMahdiFaghih/SpriteExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Available on Asset Store: https://assetstore.unity.com/packages/tools/sprite-management/sprite-exporter-293562

Overview

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.

How to Use

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

Review

  • 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!

About

Export Sprites from a Sprite Sheet into Separate PNG Files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages