Search code examples
unity-game-enginepngspriteslice

Can you export sliced sprites (PNG images) in Unity?


So I have a Sprite 2d and UI in unity. (Png image) That contains many small images like buttons. So I slice them and I can use them individualy in unity. But the thing is that I want to export each of the png Images that I got while slicing them for another use. So can I do that? And have them as separate pngs?

This is the image which contains the multiple images

And what I want is these Images:

After I sliced them

To export them in my (lets say) desktop as individual pngs.

Thank you!


Solution

  • Use Photoshop, Crop it, a Lot of Cut and Paste is going to happen save as PNG. Import it to unity inside the folder, i like your designs. Also Watch Brackeys Tutorial on Youtube, https://www.youtube.com/user/Brackeys , he save me from my school years.

    (edit : i recommend Photoshop because its the only thing i know.)