Author Topic: Resolution question  (Read 1316 times)

pixeluche

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 5
    • View Profile
Resolution question
« on: March 24, 2014, 12:18:49 PM »
Hello, I`m developing an app (for PC and Ipad) where I use a mutiple UItexture. My textures are 1024x1024 with 72ppi.

All texture have been looking fine on PC, BUT the last friday my customer connected  his laptop to a TV  and the texture image looks a little blurry, my unity project was setup in 1024x768.

so, how can I improve the look? All the image-texture I use are renders,

a solution could be textures of 2048x2048 72 ppi ? it`s my first idea, but I don`t know if it will fix that issue.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Resolution question
« Reply #1 on: March 24, 2014, 06:03:21 PM »
1024x1024 is quite big, and will obviously not even fit into 1024x768. Without knowing how you use them there isn't much I can suggest. TVs are generally 1920x1080, which is quite a bit bigger than 1024x768. Will higher res textures improve the look? Certainly.