Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
TBuntingOVR's avatar
TBuntingOVR
Honored Guest
4 years ago

XR Foundation & Oculus Quest Color Space/Gamut Correction

Hey,

Recently I have moved a project over from using the Oculus SDK to XR foundation and the requisite Oculus package. An issue we have noticed is that the color correction that used to be applied via the OVRProjectConfig (via the OVRManager in the inspector) is no longer present. Details on this can be found on the Oculus 'Set Specific Color Space in Unity' page. Snippet below.


This results in a redish, pinkish tinge and an oversaturated look on the Oculus platform by default when compared to the editor and other platforms.



Digging through the available functions and accompanying documentation I have found the Unity.XR.Oculus.Utils.SetColorScaleAndOffset(Vec4, Vec4) function that appears to allow for color correction. Is it possible to achieve the correct color balance using this function and is there any awareness of this issue and any suggestion of a workaround?

Thanks!

2 Replies

Replies have been turned off for this discussion
  • I don't even use ovr nor oculus package, so the only solution I found is to "counter" the redish color in the headset, by using a post processing volume in my scene. That's not super great, but it works