Game view appears extremely pixelated but scene view is fine
Asked Answered
B

7

0

This is a problem that just started today. I have been going through the Unity tutorials with no issues, but today when I opened a new blank project, any game object I place in the scene looks as expected in scene view but completely pixelated in game view*. I have seen other posts mention anti-aliasing, but I haven’t changed any of the default settings for a new project, which include 2x Multi Sampling for the Anti-Aliasing property in quality settings.

Does anyone have any other ideas about what could be causing this? Many thanks in advance!

*I tried to upload a screenshot but the upload feature is being wonky. Will try again later.

Beautifully answered 14/11, 2023 at 11:5 Comment(2)

Is your game view zoomed in? As of Unity 5.4, you can use the scrollwheel to scale the game view, which may be your problem. We'll see what the screenshot is like when it's up.

Michaelis

I have the same issue, but it worked when i did this: Click to a dropdown Free Aspect, then check the "V-Sync ( Game View Only )" and uncheck the "Low Resolution Aspect Ratios"! Happy if i could help you!

Rectify
M
0

Thanks for the feedback, @Hysteroid ! I ended up finding that my pixelation was caused by the Game Tab Scale slider being set to 2X instead of 1X! It made all the difference and my camera made sense after setting it back to 1X.

110711-gametab-scale-slider.png

Mady answered 11/3, 2024 at 12:1 Comment(1)

If you have a Retina screen, make sure to uncheck the "Low Resolution Aspect Ratios" checkbox. Watch this: https://youtu.be/4SFf3oXw9MU

Karns
W
0

If your main camera is very far away from your models, game mode will scale up your scene. Try setting up a camera closer to your scene and slide the scaler in game mode down to one.

Wellheeled answered 6/6, 2023 at 2:8 Comment(1)

\Temp\StagingArea\android-libraries\ChartboostSDK\libs\android_bridge.jar \Temp\StagingArea\android-libraries\ChartboostSDK\libs\chartboost_unity_android_bridge.jar

Maag
H
0

Click on Free Aspect in the game menu bar and uncheck the box “Low Resolution Aspect Ratios”. This should fix your problem.

Hysteroid answered 8/3, 2024 at 7:24 Comment(4)

"Low res aspect ratio" is checked but disabled for me, so I can't uncheck it...

Rahal

please help, why is this option greyed out?

Ed

The other solution (also for newer version where you cannot disable "Low res aspect") is to set a display by pixels and no ratios. For example, configure a display of 1920x1080 instead of 16:9. It will immediately fix the resolution for both Game and Scene view

Rossy

I spent hours on this, I tried different versions and different projects, then I deleted all unity and projects and this was the error?

Cleanlimbed
M
0

Thanks for the feedback, @Hysteroid ! I ended up finding that my pixelation was caused by the Game Tab Scale slider being set to 2X instead of 1X! It made all the difference and my camera made sense after setting it back to 1X.

110711-gametab-scale-slider.png

Mady answered 11/3, 2024 at 12:1 Comment(1)

If you have a Retina screen, make sure to uncheck the "Low Resolution Aspect Ratios" checkbox. Watch this: https://youtu.be/4SFf3oXw9MU

Karns
A
0

In my case, my sprites were blurry. Make sure anti-aliasing is off on the camera.

Abridge answered 6/6, 2023 at 4:49 Comment(1)

My MainCamera doesn't have these settings...!!!!! So how do I set this??

Downbow
D
0

I am having the same issue…
how to uncheck the “Low Resolution Aspect Ratios” checkbox.???

Downbow answered 1/3, 2023 at 9:50 Comment(0)
C
0

Try render scale inside your pipeline setting. For that:

  1. Find what pipeline you use (simply go to the “Edit” - “Settings” - “Qaulity” and find the “Render Pipeline asset”
  2. Then click it and it will show up your current quality asset.
  3. In the inspector of this asset you will find the “Render Scale” option.
  4. Set a value (approx to 1) you will see the changes in your game window.
Crinite answered 22/10, 2023 at 17:14 Comment(0)
B
0

If you zoom in with slider, it will look pixelated.

Move and position camera closer and it looks good.

Boozy answered 14/11, 2023 at 1:33 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.