2d iOS: Blurry Textures

Hello all,

Firstly, I’d like to let it be known that I am a new Unity user. Having said that, I am having an issue when testing my iOS game on the Unity Remote. When running it on my iPhone 5, the texture quality is very blurry, however, when I run it in Unity, the textures look just fine. Also, I’d like to add that I am using POT textures. In an effort to solve the issue, I tried playing around with the aspect ratios but saw minimal improvement. Maybe its a Unity Remote issue? If not, does anyone know how to fix it? Thanks.

Unity Remote is just streaming from your computer, and has nothing to do with the actual quality. Run directly on the device if you want to see how it actually runs.

–Eric

1 Like

I’ll do that. Thanks Eric.