Forum Discussion
sh0v0r
12 years agoProtege
Where does the Config Tool store its data?
I've been holding off on integrating 0.25 into Lunar Flight over concerns about the removal of the manual calibration. My feelings about this is that there are a lot of people who bought a Rift just t...
boone188
12 years agoHonored Guest
Lunar Flight is using Unity, correct? If so, you can check if the user has calibrated by checking this on startup:
OVRDevice.IsMagCalibrated(0) will tell you if the user has went through the calibration process using the config tool.
OVRDevice.IsYawCorrectionEnabled(0) will tell you if the user has enabled/disabled yaw correction using the config tool.
If either of these are false, you can warn the user that she should go through the calibration process and enable yaw correction.
OVRDevice.IsMagCalibrated(0) && OVRDevice.IsYawCorrectionEnabled(0)
OVRDevice.IsMagCalibrated(0) will tell you if the user has went through the calibration process using the config tool.
OVRDevice.IsYawCorrectionEnabled(0) will tell you if the user has enabled/disabled yaw correction using the config tool.
If either of these are false, you can warn the user that she should go through the calibration process and enable yaw correction.
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
- 5 months ago