Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Ayfel's avatar
Ayfel
Expert Protege
6 years ago

Foveated rendering Quest 2 and Unity

I am enabling foveated rendering in Unity with:
OVRManager.fixedFoveatedRenderingLevel = OVRManager.FixedFoveatedRenderingLevel.HighTop;

Even though this is enabled and also the OVR Metric tool reports FOV: 4 the FFR is clearly not working. I have even set it up by hand with adb to level 4 which I can see clearly in the oculus home environment, but as soon as I launch my Unity apk it doesn't work (neither set programatically neither from adb).

I am using unity 2019.2.9f1 and just the Unity standard rendering pipeline. Any ideas why it might not be working?





1 Reply

  • Ayfel's avatar
    Ayfel
    Expert Protege
    So I am using a camera for my laser input that seems to be causing this issue. If I remove that camera I use for UI raycasting the FFR works well. What should be the proper usage in this case then?