Author Topic: Blurred textures in android  (Read 5271 times)

rangerori

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 1
  • Posts: 7
    • View Profile
Blurred textures in android
« on: November 11, 2014, 11:55:27 AM »
Hi,
Some of my sprites/textures are looking smooth and crisp, and some are just blurred from some reason I can't understand.
Been playing with the Import Settings of the psd objects, and the atlas maker (in order to update the changes), and still, I don't have a clue why some of the icons and textures are blurred and some aren't.

EDIT:
In the unity player/editor, the textures looks fine, the blur occurs upon build and play in my Android device.
(Nexus 4)

Any ideas?
« Last Edit: November 11, 2014, 12:22:21 PM by rangerori »

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: Blurred textures in android
« Reply #1 on: November 11, 2014, 02:11:22 PM »
Check the quality settings in unity. Might be that the textures are set to half-size. Do note that this only applies to textures with mipmaps enabled, so if some of your stuff is with and some without it can cause this.

rangerori

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 1
  • Posts: 7
    • View Profile
Re: Blurred textures in android
« Reply #2 on: November 12, 2014, 01:38:18 AM »
Check the quality settings in unity. Might be that the textures are set to half-size. Do note that this only applies to textures with mipmaps enabled, so if some of your stuff is with and some without it can cause this.

I've tried editing the Quality Settings a bit, still no change, they are all set to Full-Res.
Editor:

Android:

cuidaguang

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 3
  • Posts: 5
    • View Profile
Re: Blurred textures in android
« Reply #3 on: November 12, 2014, 03:57:07 AM »
Please check your sprites/textures in the inspector panel, make sure the "Texture Type" is set to "GUI", then click Apply.
That should work.

rangerori

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 1
  • Posts: 7
    • View Profile
Re: Blurred textures in android
« Reply #4 on: November 12, 2014, 04:28:50 AM »
Please check your sprites/textures in the inspector panel, make sure the "Texture Type" is set to "GUI", then click Apply.
That should work.

I've tried that too, every time I change the Texture Type, I need to update the Atlas Maker, right? so the result remains the same... =/

cuidaguang

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 3
  • Posts: 5
    • View Profile
Re: Blurred textures in android
« Reply #5 on: November 12, 2014, 04:37:26 AM »
check the atlas too.
For some reason I don't know, sprites /w type "GUI" don't mean the atlas is "GUI" too.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Blurred textures in android
« Reply #6 on: November 12, 2014, 07:50:24 AM »
Get rid of the "Fastest" quality setting altogether. Delete it. Your textures are clearly being degraded.

rangerori

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 1
  • Posts: 7
    • View Profile
Re: Blurred textures in android
« Reply #7 on: November 12, 2014, 09:34:11 AM »
Get rid of the "Fastest" quality setting altogether. Delete it. Your textures are clearly being degraded.

That worked, thanks :)