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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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.