Search Unity

texture size

Discussion in 'iOS and tvOS' started by pulla0000, Jan 9, 2012.

  1. pulla0000

    pulla0000

    Joined:
    Jan 4, 2012
    Posts:
    7
    what is the best texture size to ios?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    There isn't a "best". Use whatever is appropriate.

    --Eric
     
  3. RobbieDingo

    RobbieDingo

    Joined:
    Jun 2, 2008
    Posts:
    484
    there is a max though - which I believe is 1024 x 1024 ? (double-check this)...
     
  4. login4donald

    login4donald

    Joined:
    Jan 3, 2012
    Posts:
    462
    Eric5h5 is saying use what you need, textures take a lot of space when building a project so you wan to use the size need and all depends on it's use/need.
     
  5. masudias

    masudias

    Joined:
    Oct 15, 2011
    Posts:
    37
    um,

    Is there any solution to make the textures compressed? When I've made the textures compressed it looks blur in my mac. So I had to set it Truecolor.

    _Masudias
     
  6. Jessy

    Jessy

    Joined:
    Jun 7, 2007
    Posts:
    7,325
    Use PVRTexTool. Unity uses a fast but poor quality option. As for resolution, only obsolete iOS devices were limited to 1024. All the new models from 2009 on have had 2048 as the max.
     
  7. pulla0000

    pulla0000

    Joined:
    Jan 4, 2012
    Posts:
    7
    i thought my problem was the texture size, but the real problem is unity transparent difuse material is lagging my game
    if i use the material only difuse theres no lag
     
  8. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,724
    I'm guessing you are using an iphone 4 or an ipad 1 to test?
     
  9. pulla0000

    pulla0000

    Joined:
    Jan 4, 2012
    Posts:
    7
    yep, im using ipad 1 for test
     
  10. AcidArrow

    AcidArrow

    Joined:
    May 20, 2010
    Posts:
    11,724
    Transparency is an issue then. It's been discussed a lot in the forums, search around.