add package files
This commit is contained in:
8
com.htc.upm.vive.openxr/Editor/FeatureSets.meta
Normal file
8
com.htc.upm.vive.openxr/Editor/FeatureSets.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ec562c28cd0f3494e93c60ccddce2117
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
34
com.htc.upm.vive.openxr/Editor/FeatureSets/ViveFeatureSet.cs
Normal file
34
com.htc.upm.vive.openxr/Editor/FeatureSets/ViveFeatureSet.cs
Normal file
@@ -0,0 +1,34 @@
|
||||
using UnityEditor;
|
||||
using UnityEditor.XR.OpenXR.Features;
|
||||
|
||||
namespace HTC.Vive.OpenXR.Editor
|
||||
{
|
||||
[OpenXRFeatureSet(
|
||||
FeatureSetId = featureSetId,
|
||||
FeatureIds = new string[]
|
||||
{
|
||||
"com.htc.openxr.sceneunderstanding.feature",
|
||||
"com.htc.openxr.facialtracking.feature",
|
||||
"com.htc.openxr.feature.input.htcvivecosmos",
|
||||
"com.company.openxr.handtracking.feature",
|
||||
"com.htc.openxr.feature.input.htcvivefocus3",
|
||||
"com.htc.openxr.feature.input.htcvivehandinteraction"
|
||||
},
|
||||
DefaultFeatureIds = new string[]
|
||||
{
|
||||
"com.htc.openxr.sceneunderstanding.feature",
|
||||
"com.htc.openxr.facialtracking.feature",
|
||||
"com.htc.openxr.feature.input.htcvivecosmos",
|
||||
"com.company.openxr.handtracking.feature",
|
||||
"com.htc.openxr.feature.input.htcvivefocus3",
|
||||
"com.htc.openxr.feature.input.htcvivehandinteraction"
|
||||
},
|
||||
UiName = "VIVE OpenXR",
|
||||
Description = "Enable the full suite of features for Vive OpenXR.",
|
||||
SupportedBuildTargets = new BuildTargetGroup[] { BuildTargetGroup.Standalone }
|
||||
)]
|
||||
sealed class VIVEFeatureSet
|
||||
{
|
||||
internal const string featureSetId = "com.HTC.openxr.featureset.vive";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 72994ea3e7babea4daa8c5d92f610bf3
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
21
com.htc.upm.vive.openxr/Editor/HTC.Vive.OpenXR.Editor.asmdef
Normal file
21
com.htc.upm.vive.openxr/Editor/HTC.Vive.OpenXR.Editor.asmdef
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "HTC.Vive.OpenXR.Editor",
|
||||
"rootNamespace": "HTC.Vive.OpenXR.Editor",
|
||||
"references": [
|
||||
"GUID:e40ba710768534012815d3193fa296cb",
|
||||
"GUID:f9fe0089ec81f4079af78eb2287a6163",
|
||||
"GUID:4847341ff46394e83bb78fbd0652937e",
|
||||
"GUID:96aa6ba065960476598f8f643e7252b6"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 09e2b6d68cbe25441a6d03f68841252e
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user