Jump to content

Lazylukey

Verified Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Lazylukey

  1. Hi, since Unity OpenXR Plugin v1.9.1 (2023-10-19), they added a couple of new API functions for controller profiles the first of which, `GetDeviceLayoutName()` if not overridden results in a warning when loading up a project and when running it in Play mode/Standalone. i.e. No GetDeviceLayoutName() override detected in HTC Vive Cosmos Controller Support. Binding path validator for this interaction profile is not as effective. To fix, add GetDeviceLayoutName and GetInteractionProfileType override in this profile. UnityEditor.EditorApplication:Internal_CallUpdateFunctions () I tried upgrading to v2.2.0 for the VIVE Wave OpenXR Plugin but all of the profiles still have not implemented GetDeviceLayoutName() (I'm on v1.0.4). It would be great if they could all be updated. Thanks
×
×
  • Create New...