Seanba / Tiled2Unity

Export Tiled Map Editor (TMX) files into Unity
Other
495 stars 120 forks source link

Unity Android and Tiled2Unity Blurred Textures Issue #183

Closed AdditionalRAM closed 5 years ago

AdditionalRAM commented 5 years ago

Hi, I'm new to Unity and GitHub. I am working on a game called Mini World Adventures. I make my tiled maps using Tiled app and I use Tiled2Unity to import it into my unity project. It looks fine on PC, and also the Unity Remote 5 but when I build it as APK and run on my phone, it is blurry. I will attach a screenshot.

On UNITY PC: scr

On Unity Remote on my phone(sorry for image my volume button is broken so I couldn't take a scrrenshot): win_20181029_08_53_34_pro

On APK on my phone(same as before): win_20181029_08_52_09_pro

Thank you from now.

//Sorry for my bad english

AdditionalRAM commented 5 years ago

By the way, if you want, here is the apk:

https://drive.google.com/file/d/13cxuAo6fSuhpHKDhmuWvkYOW7S_88F7O/view?usp=sharing

Seanba commented 5 years ago

Hi there, TahaSener07. Have you checked your per-platform Import Settings for the textures that are showing up blurry? My guess is that they have a filter mode that is Bilinear (use Point) or some sort of compression (use None).

BTW, I'm moving all future Tiled development over to SuperTiled2Unity which aims to fix all the gotchas and rough edges of regular Tiled2Unity. Thanks.