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() {