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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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!