Unity .sprite files

Get your graphics formats figures out here! Got details for others? Post here!
Post Reply
robotnick
beginner
Posts: 23
Joined: Sun Feb 17, 2008 1:52 pm
Has thanked: 4 times

Unity .sprite files

Post by robotnick » Mon Nov 28, 2016 12:25 am

How can I convert these Unity .sprite files to .dds, .png, .tex or any other graphic format?

Thanks for your help! :)
You do not have the required permissions to view the files attached to this post.

herbert3000
veteran
Posts: 134
Joined: Wed Jun 02, 2010 4:53 am
Has thanked: 18 times
Been thanked: 143 times
Contact:

Re: Unity .sprite files

Post by herbert3000 » Mon Nov 28, 2016 10:13 pm

Do you have any in-game screenshots of those sprites?
To me the files look like to be in a 3D format (vertices and faces).

robotnick
beginner
Posts: 23
Joined: Sun Feb 17, 2008 1:52 pm
Has thanked: 4 times

Re: Unity .sprite files

Post by robotnick » Fri Dec 02, 2016 1:22 am

Never mind, I just found the text I was looking for. It was inside dll file :)

Thanks for your help anyway!

Kein
advanced
Posts: 62
Joined: Fri Nov 06, 2009 12:57 pm
Been thanked: 5 times

Re: Unity .sprite files

Post by Kein » Mon Jun 19, 2017 3:06 pm

I have similar question I need to get usable format from raw extracted sprite and convert it back into unity format, any ideas?
You do not have the required permissions to view the files attached to this post.

dragonzh
n00b
Posts: 12
Joined: Wed Jul 29, 2015 6:23 am
Been thanked: 9 times

Re: Unity .sprite files

Post by dragonzh » Tue Jun 20, 2017 3:15 pm

Kein wrote:I have similar question I need to get usable format from raw extracted sprite and convert it back into unity format, any ideas?
.sprite format does not contain an image. It can have a mask of vertices and faces for the sprite image.

Kein
advanced
Posts: 62
Joined: Fri Nov 06, 2009 12:57 pm
Been thanked: 5 times

Re: Unity .sprite files

Post by Kein » Tue Jun 20, 2017 3:34 pm

dragonzh wrote:
Kein wrote:I have similar question I need to get usable format from raw extracted sprite and convert it back into unity format, any ideas?
.sprite format does not contain an image. It can have a mask of vertices and faces for the sprite image.
Yeah I know, I still need to edit it.

Post Reply