Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous2585 committed Oct 30, 2024
1 parent dfdcd0f commit ddb898a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.htc.upm.vive.openxr/Editor/VIVEFocus3FeatureSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace VIVE.OpenXR
Anchor.ViveAnchor.featureId,
},
UiName = "VIVE XR Support",
Description = "Necessary to deploy an VIVE XR compatible app.",
Description = "Necessary to deploy a VIVE XR compatible app.",
FeatureSetId = "com.htc.vive.openxr.featureset.vivexr",
DefaultFeatureIds = new string[] { VIVEFocus3Feature.featureId, VIVEFocus3Profile.featureId, },
SupportedBuildTargets = new BuildTargetGroup[] { BuildTargetGroup.Android }
Expand Down
2 changes: 1 addition & 1 deletion com.htc.upm.vive.openxr/Runtime/VIVEFocus3Feature.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace VIVE.OpenXR
{
#if UNITY_EDITOR
[OpenXRFeature(UiName = "VIVE XR Support",
Desc = "Necessary to deploy an VIVE XR compatible app.",
Desc = "Necessary to deploy a VIVE XR compatible app.",
Company = "HTC",
DocumentationLink = "https://developer.vive.com/resources/openxr/openxr-mobile/tutorials/how-install-vive-wave-openxr-plugin/",
OpenxrExtensionStrings = kOpenxrExtensionStrings,
Expand Down

0 comments on commit ddb898a

Please sign in to comment.