SmoggeR_js
SmoggeR_js

Reputation: 3160

Unity Gameobjects look very bad quality, the lines are not straight

Like the title says, I have been developing a VR app for Android in unity and I'm facing that the graphics are really low,lines are not straight and can be seen a lot of pixels.

There is a way to upgrade graphics or resolution? I have them in Tier 3

enter image description here

Upvotes: 0

Views: 674

Answers (1)

user12138816
user12138816

Reputation:

The resolution is limited by your screen resolution. This is physically limit and you should understand.

lines are not straight: The only solution is applying Anti-Aliasing effect in post-processing, or some customise FXAA effect.

blur graphics: apply sharpness effect

In general, please try to apply sharpness effect first, then apply anti-aliasing effect.

But, please be noted that it will affect the performance(fps).

Upvotes: 1

Related Questions