version 2.3.0
This commit is contained in:
@@ -7,24 +7,26 @@ using UnityEditor.XR.OpenXR.Features;
|
||||
namespace VIVE.OpenXR
|
||||
{
|
||||
[OpenXRFeatureSet(
|
||||
FeatureIds = new string[] {
|
||||
FeatureIds = new string[] {
|
||||
VIVEFocus3Feature.featureId,
|
||||
VIVEFocus3Profile.featureId,
|
||||
Hand.ViveHandTracking.featureId,
|
||||
"vive.vive.openxr.feature.compositionlayer",
|
||||
"vive.vive.openxr.feature.compositionlayer.cylinder",
|
||||
"vive.vive.openxr.feature.compositionlayer.colorscalebias",
|
||||
"vive.openxr.feature.compositionlayer",
|
||||
"vive.openxr.feature.compositionlayer.cylinder",
|
||||
"vive.openxr.feature.compositionlayer.colorscalebias",
|
||||
Tracker.ViveWristTracker.featureId,
|
||||
Hand.ViveHandInteraction.featureId,
|
||||
"vive.vive.openxr.feature.foveation",
|
||||
"vive.openxr.feature.foveation",
|
||||
FacialTracking.ViveFacialTracking.featureId,
|
||||
},
|
||||
UiName = "VIVE XR Support",
|
||||
Description = "Necessary to deploy an VIVE XR compatible app.",
|
||||
FeatureSetId = "com.htc.vive.openxr.featureset.vivexr",
|
||||
DefaultFeatureIds = new string[] { VIVEFocus3Feature.featureId, VIVEFocus3Profile.featureId, },
|
||||
SupportedBuildTargets = new BuildTargetGroup[] { BuildTargetGroup.Android }
|
||||
)]
|
||||
PlaneDetection.VivePlaneDetection.featureId,
|
||||
Anchor.ViveAnchor.featureId,
|
||||
},
|
||||
UiName = "VIVE XR Support",
|
||||
Description = "Necessary to deploy an VIVE XR compatible app.",
|
||||
FeatureSetId = "com.htc.vive.openxr.featureset.vivexr",
|
||||
DefaultFeatureIds = new string[] { VIVEFocus3Feature.featureId, VIVEFocus3Profile.featureId, },
|
||||
SupportedBuildTargets = new BuildTargetGroup[] { BuildTargetGroup.Android }
|
||||
)]
|
||||
sealed class VIVEFocus3FeatureSet { }
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user