Jump to content

JamieXR

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by JamieXR

  1. Hello, I have these packages installed as described. I am trying to do InputDevices.GetDeviceAtXRNode(XRNode.LeftHand); To obtain an InputDevice for each. It doesn't detect them. They come back with no name and the IsValid property set to false. The application keeps refreshing these anytime new devices are connected via the following event: InputDevices.deviceConnected += UpdateDevices; So far this strategy works for other devices we tried. We use this to detect which device is being used (to show the appropriate button prompts). We also use it to detect connectivity to inform the user they need to connect controllers. Am I missing something in order to get this working? I don't really wanna have to use separate APIs. The whole reason we wanna use OpenXR is one API for all. Thanks
×
×
  • Create New...