Pixelated view on export

I have developed a game for android .i have build it got the apk.
When I install apk in my phone i am getting a pixelated view .
Please any one help me solve this prolem

@Pranavdec27

I think there are multiple ways to solve this.

  1. Maybe it’s the resolution so go to Edit->Project Settings->Quality then change the resolution Medium is default change it to high or very high (choose by your preference)

  2. In your code maybe it is written as width/2 try changing it (decrease the 2 value I think try change it to 0.5).

  3. Try change your sprites on truecolor with filter mode to Bilinear.

  4. In the Unity Remote section of the Editor settings Edit > Project Settings > Editor you can switch the compression method between JPEG and PNG try change it to PNG

Hope this would help :slight_smile:

There are a few ways actually, and we’ll go over each one.

  1. Prevent an Image From Getting Pixelated in the First Place.
  2. Use Software Like Photoshop to Apply a Blur.
  3. Try Sharpening the Image.
  4. Edit the Photo with a Sharpening Program.
  5. Get the Help of a Professional. https://www.myindigocard.us/

try using photoshop to avoid blurring

I dont have any sprites in my game
Even the first unity background is also blur