You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Here is overlay docs. I use a 2nd camera(only rendering UI) outputting to a render texture. Assign the RT to the overlays texture. For main camera, set cullingmask to include overlay layer but not UI layer. This produces the sharpest text for me." https://developer.oculus.com/documentation/unity/unity-ovroverlay/?locale=en_US
There's another fix for this I've proposed to the MRTK team. It involves doing multi-sampling of texture reads. This can improve non-textmeshpro text as well as icons. It's not a full solution, but it should help with clarity in menus.
Another thing I've found can help is to increase the eye buffer (super sample), combined with fixed foveated rendering to mitigate the fps drop you noticed.
Apparently timewarp layers, while helpful, can produce other artifacts.
"Here is overlay docs. I use a 2nd camera(only rendering UI) outputting to a render texture. Assign the RT to the overlays texture. For main camera, set cullingmask to include overlay layer but not UI layer. This produces the sharpest text for me."
https://developer.oculus.com/documentation/unity/unity-ovroverlay/?locale=en_US
https://twitter.com/robertncoomber/status/1278671117746659328?s=20
The text was updated successfully, but these errors were encountered: