Reputation: 3160
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
Upvotes: 0
Views: 674
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