Reputation: 854
I want to make my own game 2D using Unity and I want to edit maps using tiled, but when I use tiled I get low quality I don't know how to get good quality.
Upvotes: 0
Views: 495
Reputation: 854
Open map file in text editor and find this tline:
<tileset firstgid=“1” name=“Tileset” tilewidth=“32” tileheight=“32” spacing=“2” margin=“1” tilecount=“364” columns=“26”>
Change spacing and margin values to 0
Upvotes: 1
Reputation: 141
Try these settings:
Upvotes: 0
Reputation: 380
Try changing Extrude edges, Filter Mode, and Compression("Format", "Compressor Quality").
Upvotes: 0