Unity-Technologies / XR-Interaction-Toolkit-Examples

This repository contains various examples to use with the XR Interaction Toolkit
Other
1.05k stars 347 forks source link

Continuous Turn Provider not working Unity 2021.2.1 #114

Open MathiasWorm opened 11 months ago

MathiasWorm commented 11 months ago

Hey all,

it seems like the Continuous Turn Provider is not properly working. When I start my game the "XRI RightHand Locomotion/ Turn" action, which the provider uses by default, not appears in the Input Debugger. The bug causes the provider to not work at all.

My workaround: Use the "XRI RightHand Locomotion/ Snap Turn"-action in the Continuous Turn Provider. I have also tried to use a custom action ("XRI RightHand Locomotion/ Continuous Turn"), but its still not working.

Actions: 1.) New Action Continuous Turn added to XRI RightHand Locomotion action map and tested with the provider (still no changes) 2.) "Default Continuous Turn.preset"modified accordingly. (Still no changes) 3.) Use the "XRI RightHand Locomotion/ Snap Turn"-action in Continuous Turn Provider (is works)