Forum Discussion
ExampleFlamer
11 years agoHonored Guest
Can I disable or reduce the default chromatic aberration
For some reason the chromatic aberration on my Unity Oculus is quite out and isn't working very well. I've had a look through some of the code and I can't seem to find it anywhere.
ExampleFlamer
11 years agoHonored Guest
Hey mate,
Sorry for the late reply, I seemed to have left this alone for a while. Just letting you know that when I implement that code, a black screen is only rendered. I applied this code to a blank gameobject in the main heirachy.
Sorry for the late reply, I seemed to have left this alone for a while. Just letting you know that when I implement that code, a black screen is only rendered. I applied this code to a blank gameobject in the main heirachy.
using UnityEngine;
using Ovr;
public class CA : MonoBehaviour
{
void Start()
{
OVRManager.display.distortionCaps &= ~(uint)DistortionCaps.Chromatic;
}
}
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
- 13 years ago