Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Quarkism on May 22, 2013, 06:06:15 PM
-
I am testing out NGUI using Android remote. I have a Samsung Galaxy Tab and the quality is just horrible. The project is the example scenes from the NGUI free package, so its nothing that I did. I was wondering if maybe there were some undisclosed steps or settings that I neglected.
I have already searched the unity answers, google and these forums to no avail.
-
Never mind.
Unity Remote is not representative of graphics on the device. It works by streaming screenshots from the editor to the device. In order to do so efficiently the screenshots are highly compressed. It is not representative of graphics in a device build. The remote is intended to test device input such as touch events and accelerometer.
http://answers.unity3d.com/questions/408896/android-image-quality-is-poor-compared-to-the-qual.html
-
Hi Quarkism,
Did you see the same issue if you created an .apk file an loaded it on your phone?
I'm see very poor text and emoticon image quality on my app running on my phone.
Any ideas as to what might cause that? Thanks.
-
By default mobiles use "fastest" quality which downgrades textures. Check the quality settings.
-
Sorry for the late response. Haven't logged in awhile. So, thanks for this. I've noticed that if I increase the size of the game window then the image quality on the Andriod improves. Not sure why, but it solved the problem.