Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.3.42f1 | Compatible | Compatible | Compatible |
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.
Github: Click here
🤝EXECUTION GUIDE
- Download and Import the Asset into your 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. Your feedback not only helps me improve but also supports other developers in discovering this tool. Thank you for your time and support!
The script was originally generated by AI, then tested and refactored by me. Also AI was used to create sample SpriteSheet as Demo in the package.