Small tool to import Unity sprites 2D

Hello, I wrote this small tool to read meta files from Unity and the png file, and extract all sprites in Png format. So You add easy to your CGE

Meta files, have information about the sprites that are in the atlas file (png).

You can download this small tool from

There is windows 64 version and Linux 64 version. The source and instructions to compile are available.

You can test the tool, with the file available in example folder.

For example if you open the .meta file in the example folder

You will get all sprites in the output folder

Any feedback and issues are welcome.

/BlueIcaro

2 Likes

Thank you, this looks very useful for people that have sprite sheets designed in Unity and would like to import it somewhere else (like to CGE :slight_smile: ). Once the images are extracted, one could then load the images into e.g. CGE sprite sheet from what I understand, thus easily convert Unity sprite sheet → CGE sprite sheet.

Hello,

The goal of this program is, if you have 2D sprites created in Unity, it lets you export each sprite as an individual PNG image." Of course I make the program, thinking in import the png files to CGE sprites, but of course, you can use the png files as you wish.

/BlueIcaro