When I build and run it’s ok, but when I use Unity Remote 5 it’s blurry. I am using a Pixel Perfect camera too. Any way to fix this blurryness?
2 Answers
2You can fix this by setting the Unity Remote options in the Project Settings
Change the Unity Remote options in the Project Settings:
Project Settings → Editor → Unity Remote (first section)
change Compression to PNG
change Resolution to Normal
That’s how Unity Remote works - it just streams low-res video output from the Unity Editor to your device as a quick test. To see how your game actually looks and plays on your target hardware you need to Build and Run.
Thanks. Very good to know. I'm still perplexed as to why anyone would even bother to use the app..?
– vspin
This should be the best answer. Switching to normal resolution solved the problem. Thanks!
– fuczak3Thank you so much!
– vishfalduThat's the answer I searched for a week! Thanks.
– DGulyasar