Primary tabs

Comments by User

Tuesday, December 27, 2016 - 08:51

you might need to chop it up with gimp?

you don't generally use tllesheets in Unity, you sorta can with the offset and more code but it often leaves lines aound things.

 

Normal in unity would be chop up the grafics, maybe upscale them 400-800% using Gimp/ImageMagick. I leave bilinear filtering, you want clamp for non-tiles.

Also, btw, you most likely need to replace things like black with transprency (GIMP: Colour to Alpha)

 

Might be a good idea to write a quick python to batch process a folder.

 

Pages