Skip to content
Snippets Groups Projects
Commit a8ffae28 authored by Lab3's avatar Lab3
Browse files

Adding SteamVRManifests

parent dfeb6127
Branches
Tags
No related merge requests found
Pipeline #266132 failed
{
"name": "Default bindings for Vive Tracker (Left knee)",
"controller_type": "vive_tracker_left_knee",
"last_edited_by": "UnrealEngine",
"bindings":
{
"/actions/main":
{
"poses": [
{
"output": "/actions/main/in/tracker_knee_left",
"path": "/user/knee/left/pose/raw",
"requirement": "optional"
}
]
}
},
"description": "DasherDemo-18319896"
}
\ No newline at end of file
{
"name": "Default bindings for Vive Tracker (Left Shoulder)",
"controller_type": "vive_tracker_left_shoulder",
"last_edited_by": "UnrealEngine",
"bindings":
{
"/actions/main":
{
"poses": [
{
"output": "/actions/main/in/tracker_shoulder_left",
"path": "/user/shoulder/left/pose/raw",
"requirement": "optional"
}
]
}
},
"description": "DasherDemo-18319896"
}
\ No newline at end of file
{
"name": "Default bindings for Vive Tracker (Right Elbow)",
"controller_type": "vive_tracker_right_elbow",
"last_edited_by": "UnrealEngine",
"bindings":
{
"/actions/main":
{
"poses": [
{
"output": "/actions/main/in/tracker_elbow_right",
"path": "/user/elbow/right/pose/raw",
"requirement": "optional"
}
]
}
},
"description": "DasherDemo-18319896"
}
\ No newline at end of file
{
"name": "Default bindings for Vive Tracker (Right Foot)",
"controller_type": "vive_tracker_right_foot",
"last_edited_by": "UnrealEngine",
"bindings":
{
"/actions/main":
{
"poses": [
{
"output": "/actions/main/in/tracker_foot_right",
"path": "/user/foot/right/pose/raw",
"requirement": "optional"
}
]
}
},
"description": "DasherDemo-18319896"
}
\ No newline at end of file
{
"name": "Default bindings for Vive Tracker (Right Knee)",
"controller_type": "vive_tracker_right_knee",
"last_edited_by": "UnrealEngine",
"bindings":
{
"/actions/main":
{
"poses": [
{
"output": "/actions/main/in/tracker_knee_right",
"path": "/user/knee/right/pose/raw",
"requirement": "optional"
}
]
}
},
"description": "DasherDemo-18319896"
}
\ No newline at end of file
{
"name": "Default bindings for Vive Tracker (Right Shoulder)",
"controller_type": "vive_tracker_right_shoulder",
"last_edited_by": "UnrealEngine",
"bindings":
{
"/actions/main":
{
"poses": [
{
"output": "/actions/main/in/tracker_shoulder_right",
"path": "/user/shoulder/right/pose/raw",
"requirement": "optional"
}
]
}
},
"description": "DasherDemo-18319896"
}
\ No newline at end of file
{
"name": "Default bindings for Vive Tracker (Waist)",
"controller_type": "vive_tracker_waist",
"last_edited_by": "UnrealEngine",
"bindings":
{
"/actions/main":
{
"poses": [
{
"output": "/actions/main/in/tracker_waist",
"path": "/user/waist/pose/raw",
"requirement": "optional"
}
]
}
},
"description": "DasherDemo-18319896"
}
\ No newline at end of file
{
"source": "UE",
"applications": [
{
"app_key": "application.generated.ue.dasherdemo-18319896.ue4editor.exe",
"launch_type": "url",
"url": "steam://launch/",
"action_manifest_path": "C:/Users/vr-admin/Desktop/dasher-demo-project/Config/SteamVRBindings/steamvr_manifest.json",
"strings":
{
"en_us":
{
"name": "DasherDemo-18319896 [UE Editor]"
}
}
}
]
}
\ No newline at end of file
No preview for this file type
...@@ -14,6 +14,48 @@ ...@@ -14,6 +14,48 @@
{ {
"Name": "DasherVR", "Name": "DasherVR",
"Enabled": true "Enabled": true
},
{
"Name": "OpenXREyeTracker",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux",
"HoloLens",
"Android"
]
},
{
"Name": "OpenXRHandTracking",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux",
"HoloLens",
"Android"
]
},
{
"Name": "OpenXR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Linux",
"Android",
"HoloLens"
]
},
{
"Name": "OculusVR",
"Enabled": false,
"SupportedTargetPlatforms": [
"Win32",
"Win64",
"Android"
]
} }
] ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment