- Home /
Bad Graphics in Android using Unity Remote 4
I am running my game on my android device but graphics are too bad, graphics are showing really good on my PC but pixel disturb in android device. What I am missing? What things should I care about for? I need some tips for android development. Thank you
Answer by Landern · Jan 08, 2015 at 01:22 PM
Unity Remote is casting the screen to your mobile device rather then it being rendered through the mobile devices gpu, the graphics are not super sweet to ensure a good framerate over the network. If you want a true representation, create an .APK and install it on the device. Pay close attention to the graphics quality settings in the project for the device as well.
Answer by ClearRoseOfWar · Mar 23, 2016 at 01:09 PM
Im very sorry for posting in this old thread,
But since it was not included with Landerns answer, I wanted to mention that after I finally got unity Remote 4 to work, the graphics were awful. After reading Lander's answer, I figured out that the graphics that you see on your phone are a representation of your game view.
Enlarging (or shrinking) your game view via Unity, will change the resolution on your device.
Your answer