We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2b8f1 commit 7260a9bCopy full SHA for 7260a9b
Packages/com.unity.inputsystem/InputSystem/Plugins/XR/TrackedPoseDriver.cs
@@ -525,8 +525,7 @@ void ReadTrackingState()
525
// Since the field initializes to allowing position and rotation,
526
// this allows for driving the Transform pose always when the device
527
// doesn't support reporting the tracking state.
528
- if (HasResolvedControl(trackingStateAction))
529
- m_CurrentTrackingState = (TrackingStates)trackingStateAction.ReadValue<int>();
+ m_CurrentTrackingState = (TrackingStates)trackingStateAction.ReadValue<int>();
530
}
531
532
0 commit comments