From e7469afa869c764a6502cbe67699dab8a666209d Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 13 Oct 2024 19:05:44 +0200 Subject: [PATCH] Update HPMixedRealityControllerProfile.cs --- .../HPMixedRealityControllerProfile.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/com.microsoft.mixedreality.openxr/Runtime/FeaturePlugins/HPMixedRealityControllerProfile.cs b/com.microsoft.mixedreality.openxr/Runtime/FeaturePlugins/HPMixedRealityControllerProfile.cs index 9e0747e..5d13751 100644 --- a/com.microsoft.mixedreality.openxr/Runtime/FeaturePlugins/HPMixedRealityControllerProfile.cs +++ b/com.microsoft.mixedreality.openxr/Runtime/FeaturePlugins/HPMixedRealityControllerProfile.cs @@ -268,6 +268,21 @@ namespace Microsoft.MixedReality.OpenXR .WithProduct(kDeviceLocalizedName)); } + /// + /// Return device layout string that used for registering device for Input System. + /// + /// Device layout string. + protected override string GetDeviceLayoutName() + { + return nameof(HPMixedRealityController); + } + + /// + protected override InteractionProfileType GetInteractionProfileType() + { + return base.GetInteractionProfileType(); + } + /// protected override void UnregisterDeviceLayout() {