Forum Discussion
mrcrisp
11 years agoProtege
What key resets HMD orientation in 0.4.2?
In 0.4.1 the R key reset the HMD orientation to reset and remove the "camera out of range" message- but I just added 0.4.2 into Unity and the R key no longer resets the HMD orientation.
Did the key get changed? I can't find the key to reset the orientation- am I going nuts? :oops:
Did the key get changed? I can't find the key to reset the orientation- am I going nuts? :oops:
2 Replies
Replies have been turned off for this discussion
- stupidn00bExplorerI didn't even know there was a key. I usually do this:
if (Input.GetKey(KeyCode.Space) )
{
print("Reset Orientation: " + OVRDevice.ResetOrientation() );
} - Anonymousfor 0.4.1 you can find the assignment in "OVRvisionGuide.cs" line 110
if (Input.GetKeyDown(KeyCode.R) == true)
I changed it to match an assigned gamepad button in the input manager, now I can reset the camera using the start button at any time. I'm updating soon, we'll see if it moved
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 years ago
- 6 months ago
- 3 years ago
- 3 years ago
- 1 month ago