08-18-2022 01:38 PM
Hello,
My controllers stopped working when entering game mode. They work fine on the hub and the device is connected properly to my PC with the link cable. I'm working on Unity and can edit without issues, when I enter game mode, I can see and move my head around but the controllers are stationary in one place and can't move, nothing works. Has anybody had similar issues? Any help is greatly appreciated!
08-18-2022 01:42 PM
'Enable Input Tracking' is enabled, but Position and/or Rotation Action is disabled. The pose of the controller will not be updated correctly until the Input Actions are enabled. Input Actions in an Input Action Asset must be explicitly enabled to read the current value of the action. The Input Action Manager behavior can be added to a GameObject in a Scene and used to enable all Input Actions in a referenced Input Action Asset.
UnityEngine.XR.Interaction.Toolkit.XRBaseController:Update () (at Library/PackageCache/com.unity.xr.interaction.toolkit@2.1.1/Runtime/Interaction/Controllers/XRBaseController.cs:292)
This is the error I get when entering game mode.
09-24-2022 02:14 AM
Hello, I have the same problem and the same Warning message during Play mode.
09-24-2022 07:15 AM
Following this introduction worked for me: How to Make a VR Game in Unity 2022 - PART 1
11-18-2022 05:24 PM - edited 11-18-2022 05:53 PM
I also ran into this issue on Unity 2021.3.11f1 and XRI 2.0.4. Make sure you've added an XR Interaction Manager to the scene and on that add an Input Action Manager component to it. Then under "Action Assets" click the add button and find the XRI samples folder's "XR Default Input Actions."
03-28-2023 12:55 AM
I already added the Input Action Manager, but now the rays are on the floor and moving jerkily to the right and left and are not really under my control