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?
You 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.