How to disable Vive Controllers 5.5 support
I already have Vive Controllers integrated. And with the native integration that Unity brought in 5.5 vive controllers act like an XBox controller through the InputManager. So i need a way to not receive the input from vive controllers via Input.GetAxis().
Answer by Birkeman · Feb 05, 2017 at 12:40 AM
Just had this problem as well. I solved it by implementing a third party input manager like Rewired. I needed to do this anyways to allow for remappable input down the line.
Your answer
Follow this Question
Related Questions
UNITY no longer detecting XBOX360 controller input,XBOX 360 controller no longer working with UNITY 0 Answers
Do I need to use the Input Manager to register all input axes? 0 Answers
(XR Input) Why does Oculus Rift work fine, but HTC Vive inputs stays at 0 ? 0 Answers
JoyCons not working with vJoy 0 Answers
Steam VR HTC Vive: When I change scenes, the Vive controller is no longer tracking positions. 1 Answer