Update package file to 1.0.13

This commit is contained in:
Andy_YC_Chen
2023-06-26 16:37:49 +08:00
parent 2c956c9090
commit 8c0baa899c
11 changed files with 32 additions and 11 deletions

View File

@@ -9,15 +9,18 @@ using UnityEngine.InputSystem.XR;
using UnityEditor;
#endif
#if USE_INPUT_SYSTEM_POSE_CONTROL
using PoseControl = UnityEngine.InputSystem.XR.PoseControl;
#else
using PoseControl = UnityEngine.XR.OpenXR.Input.PoseControl;
#endif
namespace UnityEngine.XR.OpenXR.Features
{
/// <summary>
/// This <see cref="OpenXRInteractionFeature"/> enables the use of HTC Vive Controllers interaction profiles in OpenXR.
/// </summary>
#if UNITY_EDITOR
#if UNITY_EDITOR
[UnityEditor.XR.OpenXR.Features.OpenXRFeature(UiName = "HTC Vive Cosmos Controller Support",
BuildTargetGroups = new[] { BuildTargetGroup.Standalone, BuildTargetGroup.WSA },
Company = "HTC",