Search Issue Tracker
Not Reproducible
Votes
7
Found in
2017.2.0b8
Issue ID
946308
Regression
No
UnityEngine.XR.InputSetting.Recenter function in Windows Mixed Reality Immersive headset does not recenter
Steps to reproduce:
1. Open the attached project
2. Open the Assets/Scenes/Recenter.unity scene
3. Switch platform to Windows Store
4. Play the scene
5. Press "R"
6. Observe, debug log presented, but not recentered
Expected result: UnityEngine.XR.InputSetting.Recenter should recenter
Actual result: RecenterDebugKey component tries to recenter by pressing "R" key but nothing happens
Reproduced with: 2017.2.0f2, 2017.3.0b3
Comments (3)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
hot-knife-digital
Dec 08, 2017 16:26
XRDevice.SetTrackingSpaceType(TrackingSpaceType.Stationary);
InputTracking.Recenter();
The Trackingtype has to be set to Stationary - which is dependant on the setup the user has - you can force it to stationary by setting it with the first line.
Relaycars
Oct 18, 2017 00:56
We're noticing the same thing here in our unity 2017.2.0f3. We've even implemented it poorly in an update loop just to test and absolutely nothing seems to be happening.
VR_Unity_Account
Oct 17, 2017 20:24
Tried after the Windows Creators Update. UnityEngine.XR.InputTracking.Recenter (); appears to do nothing at all.