File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Packages/com.unity.inputsystem/InputSystem/Plugins/XR Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11using System ;
22using UnityEngine . InputSystem . LowLevel ;
3+ using UnityEngine . UIElements ;
34
45namespace UnityEngine . InputSystem . XR
56{
@@ -503,11 +504,11 @@ void ReadTrackingState()
503504 var positionInputAction = m_PositionInput . action ;
504505 var hasPositionInputActionWithBindings =
505506 positionInputAction != null && positionInputAction . m_BindingsCount > 0 ;
506-
507+
507508 var rotationInputAction = m_RotationInput . action ;
508509 var hasRotationInputActionWithBindings =
509510 rotationInputAction != null && rotationInputAction . m_BindingsCount > 0 ;
510-
511+
511512 // Check if we have transform and rotation controls to drive the pose.
512513 if ( hasPositionInputActionWithBindings && hasRotationInputActionWithBindings )
513514 {
You can’t perform that action at this time.
0 commit comments