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 1fdc5db commit 7bdfc96Copy full SHA for 7bdfc96
1 file changed
Packages/com.unity.inputsystem/InputSystem/Runtime/Plugins/XR/Controls/PoseControl.cs
@@ -254,6 +254,11 @@ protected override FourCC CalculateOptimizedControlDataType()
254
m_StateBlock.bitOffset == 0 &&
255
isTracked.m_StateBlock.format == InputStateBlock.kFormatBit &&
256
isTracked.m_StateBlock.sizeInBits == 1 &&
257
+ isTracked.m_StateBlock.bitOffset == 0 &&
258
+ isTracked.clamp == AxisControl.Clamp.None &&
259
+ isTracked.invert == false &&
260
+ isTracked.normalize == false &&
261
+ isTracked.scale == false &&
262
trackingState.optimizedControlDataType == InputStateBlock.kFormatInt &&
263
position.optimizedControlDataType == InputStateBlock.kFormatVector3 &&
264
rotation.optimizedControlDataType == InputStateBlock.kFormatQuaternion &&
0 commit comments