Forum Discussion
MikeF
12 years agoTrustee
Any way to disable low persistence?
So its clear now that i'm in need of a video card upgrade if i want to get things looking nice with my current project, but as i'm strapped for cash rite now i'm trying to find some solutions in the m...
vrdaveb
11 years agoOculus Staff
It hasn't been removed, it's now exposed the same way as in the C++ SDK. Try this:
uint caps = OVRManager.capiHmd.GetEnabledCaps();
caps &= ~(uint)HmdCaps.LowPersistence;
OVRManager.capiHmd.SetEnabledCaps(caps);
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
- 4 months ago
- 8 months ago