Forum Discussion
nerdVRBuddy
8 years agoProtege
Why my RIft looks good in retail games but super blurry in my Unity games?
It's so blurry i was starting t othink the lenses were dirty but with Robo recall etc it looks crisp. Anyway to make it more crisp in my own Unity games?
Hi,
Blurred visuals can happen for a lot of reasons. Here are some things to check:
1. Low render scale. Set UnityEngine.VR.VRSettings.renderScale to 1-1.5.
2. No antialiasing. Set QualitySettings.antiAliasing to 2 or higher, or enable OVRManager.useRecommendedMSAALevel.
3. Deferred rendering. Be sure to use Forward.
4. Image effects. We generally don't recommend using image effects because they cost a lot of texture bandwidth and may introduce artifacts.
5. Low performance when adaptive resolution is enabled. Use the Unity profiler to make sure your game renders at 90Hz before you enable OVRManager.enableAdaptiveResolution. If your game is rendering slowly, adaptive resolution will turn down the render scale to save performance. We only recommend using it when your game is generally running at 90Hz and you need an extra performance boost here and there.
Let me know if you have any other questions.
1 Reply
Replies have been turned off for this discussion
- InnerExodusAdventurer
Hi,
Blurred visuals can happen for a lot of reasons. Here are some things to check:
1. Low render scale. Set UnityEngine.VR.VRSettings.renderScale to 1-1.5.
2. No antialiasing. Set QualitySettings.antiAliasing to 2 or higher, or enable OVRManager.useRecommendedMSAALevel.
3. Deferred rendering. Be sure to use Forward.
4. Image effects. We generally don't recommend using image effects because they cost a lot of texture bandwidth and may introduce artifacts.
5. Low performance when adaptive resolution is enabled. Use the Unity profiler to make sure your game renders at 90Hz before you enable OVRManager.enableAdaptiveResolution. If your game is rendering slowly, adaptive resolution will turn down the render scale to save performance. We only recommend using it when your game is generally running at 90Hz and you need an extra performance boost here and there.
Let me know if you have any other questions.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 1 year ago
- 18 days ago