Search Unity

Bad texture quality on Android

Discussion in 'General Graphics' started by sidletski, Jan 29, 2015.

  1. sidletski

    sidletski

    Joined:
    Aug 1, 2012
    Posts:
    3
    Hi there!
    I'm creating a game. App looks very good when I start it on the PC, but when i build it to Android, textures on the planes covered with strange "waves". I have already used TrueColor and this operation didn't fixed my problem. This problem prevents when I start the game on the tablet (when I use phone, "waves" visible only when you scale a game screnshot).
    You can see my problem on the pictures (screenshot from phone).
    P.S.: Sorry for my bad English ;)
     

    Attached Files:

  2. tonemcbride

    tonemcbride

    Joined:
    Sep 7, 2010
    Posts:
    1,089
    Have you checked your project's quality settings? Sometimes the android quality setting can be set to use 'half resolution' textures.
     
  3. sidletski

    sidletski

    Joined:
    Aug 1, 2012
    Posts:
    3
    Yes, I have done it. I have checked all qualities (including fantastic), this method didn't help me.
     
  4. sidletski

    sidletski

    Joined:
    Aug 1, 2012
    Posts:
    3
    I fixed this bug!
    I just changed plane to cube mesh and texture became normal!
    Thanx for help!
     
  5. Jaysun28

    Jaysun28

    Joined:
    Jan 16, 2021
    Posts:
    1
    Hey, could you elaborate on what you did exactly?