Search Unity

simple texture question

Discussion in 'iOS and tvOS' started by lesfundi, Jul 15, 2009.

  1. lesfundi

    lesfundi

    Joined:
    Jan 10, 2009
    Posts:
    628
    i have texture apply to a box, but the texture doesn't look the same quality in-game. What settings do i need to change to see it the same quality ingame?

    fundi
     
  2. CoherentInk

    CoherentInk

    Joined:
    Jul 16, 2006
    Posts:
    216
  3. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    also ensure to enable iphone emulation, otherwise you will see textures potentially with anisotropic filtering and alike, which will be lost.
     
  4. lesfundi

    lesfundi

    Joined:
    Jan 10, 2009
    Posts:
    628
    mmm,

    i see my texture it 512 by 512, no mipmpas, bilinear, camps, mip level 0,
    but it is blurry in the game viewpoint and also on my iphone but the texure is a nice not blurry texture.


    f
     
  5. lesfundi

    lesfundi

    Joined:
    Jan 10, 2009
    Posts:
    628
    also ensure to enable iphone emulation, otherwise you will see textures potentially with anisotropic filtering and alike, which will be lost.[/quote]

    -> where do you find that setting?
     
  6. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    in the graphics emulation setting in the editor menues
     
  7. lesfundi

    lesfundi

    Joined:
    Jan 10, 2009
    Posts:
    628
    i changed it to iphone but it still looks blurry.... :-(
     
  8. Dreamora

    Dreamora

    Joined:
    Apr 5, 2008
    Posts:
    26,601
    Then you forgot to disable compression in the import settings.

    With compression you won't get pixel perfection.
    Neither will you if the texture is shown smaller than it is as mipmapping will jump in then
     
  9. lesfundi

    lesfundi

    Joined:
    Jan 10, 2009
    Posts:
    628
    Thanks, that did the job!

    c
     
  10. lesfundi

    lesfundi

    Joined:
    Jan 10, 2009
    Posts:
    628
    Thanks, that did the job!

    fundi