Search Unity

Why is my image pixelated in unity

Discussion in 'Scripting' started by BboyJaywalker, Oct 30, 2014.

  1. BboyJaywalker

    BboyJaywalker

    Joined:
    Sep 16, 2014
    Posts:
    3
    Hello, i can't seem to solve this problem.

    Why is my image pixelated in unity but not in Adobe illustrator?

    It is a .png file and the size is 12363 x 6615 and i have set the pixel to units to 200.

    we have been trying to create a parallax effect.

    Thanks!
     

    Attached Files:

  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    You can't use images that size; it's scaled down to whatever texture size you have set in Unity. It would take an insane amount of RAM for a 12K x 6K texture anyway (like >300MB), even if any GPU supported that (typically 8K is the max), and Unity is limited to 4096x4096 anyway.

    --Eric
     
    djfunkey likes this.