Search Issue Tracker
Fixed in 2019.1.X
Votes
6
Found in
2018.3.0f2
Issue ID
1110639
Regression
Yes
Tracked pose driver - Lost tracking bug
Steps to Reproduce:
- Set up an Oculus Rift
- Use Editor 2019.2.0a2
- Open the attached reproduction project "TPD Test.zip" with
- Open SampleScene.unity
- Press Play
- Hide a controller from the tracking cameras.
Expected Behavior:
When camera tracking is lost for a controller the position should remain at its last known good value.
Observed Behavior:
When camera tracking is lost for a controller the position returns to the scene origin. This is most easily observed through the scene view.
Tracked Pose Driver should be using TryGets for position and rotation. If position is not updated by the sdk, the last known good values should stick.
Note 2018.3 still uses TrackedPoseDriver in managed distributed C#, rather than TPD from the XR Legacy Helpers package.
Comments (4)
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
KospY
Jan 23, 2019 08:22
I saw that it has been fixed in Unity 2019.1, but it's an alpha, it's not really a solution.
Please fix it for 2018.3!