Nouh Belahcen
Nouh Belahcen

Reputation: 854

Unity 2d Low quality when using Tiled

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.

enter image description here

settings sprite enter image description here

Upvotes: 0

Views: 495

Answers (3)

Nouh Belahcen
Nouh Belahcen

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

Seanba
Seanba

Reputation: 141

Try these settings:

  • Generate Mip Maps: Disabled
  • Filter Mode: Point (no filter)
  • Compression: None

Upvotes: 0

Chik3r
Chik3r

Reputation: 380

Try changing Extrude edges, Filter Mode, and Compression("Format", "Compressor Quality").

Upvotes: 0

Related Questions