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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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.