Thanks for your help!
Unity .sprite files
Unity .sprite files
How can I convert these Unity .sprite files to .dds, .png, .tex or any other graphic format?
Thanks for your help!
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
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).
To me the files look like to be in a 3D format (vertices and faces).
Re: Unity .sprite files
Never mind, I just found the text I was looking for. It was inside dll file 
Thanks for your help anyway!
Thanks for your help anyway!
Re: Unity .sprite files
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.
Re: Unity .sprite files
.sprite format does not contain an image. It can have a mask of vertices and faces for the sprite image.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?
Re: Unity .sprite files
Yeah I know, I still need to edit it.dragonzh wrote:.sprite format does not contain an image. It can have a mask of vertices and faces for the sprite image.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?
