Export Sprites from a Sprite Sheet into Separate Individual PNG FilesThe 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 GUIDEDownload 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.⭐️ReviewIf 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!🤝 EXECUTION GUIDEDownload 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.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.