Switch to VRExpansionPlugin Example 2
This commit is contained in:
parent
3e6ff514ff
commit
6c02da9299
837 changed files with 78100 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Default bindings for Gamepads",
|
||||
"controller_type": "gamepad",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": []
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,229 @@
|
|||
{
|
||||
"name": "Default bindings for MixedReality",
|
||||
"controller_type": "holographic_controller",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"south":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"south":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionLEft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbLeft_X,MotionControllerThumbLeft_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementLeft axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementRight axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"poses": [
|
||||
{
|
||||
"output": "/actions/main/in/controllerleft",
|
||||
"path": "/user/hand/left/pose/raw",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/controllerright",
|
||||
"path": "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"skeleton": [
|
||||
{
|
||||
"output": "/actions/main/in/skeletonleft",
|
||||
"path": "/user/hand/left/input/skeleton/left"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/skeletonright",
|
||||
"path": "/user/hand/right/input/skeleton/right"
|
||||
}
|
||||
],
|
||||
"haptics": [
|
||||
{
|
||||
"output": "/actions/main/out/vibrateleft",
|
||||
"path": "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/out/vibrateright",
|
||||
"path": "/user/hand/right/output/haptic"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Default bindings for Valve Index Headset",
|
||||
"controller_type": "indexhmd",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": []
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,200 @@
|
|||
{
|
||||
"action_manifest_version" : 0,
|
||||
"alias_info" : {},
|
||||
"app_key" : "application.generated.ue.virtual-reality-bp-game-template-14627614.ue4editor-win64-debuggame.exe",
|
||||
"bindings" : {
|
||||
"/actions/main" : {
|
||||
"haptics" : [
|
||||
{
|
||||
"output" : "/actions/main/out/vibrateleft",
|
||||
"path" : "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/main/out/vibrateright",
|
||||
"path" : "/user/hand/right/output/haptic"
|
||||
}
|
||||
],
|
||||
"poses" : [
|
||||
{
|
||||
"output" : "/actions/main/in/controllerleft",
|
||||
"path" : "/user/hand/left/pose/raw",
|
||||
"requirement" : "optional"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/main/in/controllerright",
|
||||
"path" : "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"skeleton" : [
|
||||
{
|
||||
"output" : "/actions/main/in/skeletonleft",
|
||||
"path" : "/user/hand/left/input/skeleton/left"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/main/in/skeletonright",
|
||||
"path" : "/user/hand/right/input/skeleton/right"
|
||||
}
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"inputs" : {
|
||||
"east" : {
|
||||
"output" : "/actions/main/in/teleportleft"
|
||||
},
|
||||
"north" : {
|
||||
"output" : "/actions/main/in/teleportleft"
|
||||
},
|
||||
"south" : {
|
||||
"output" : "/actions/main/in/teleportleft"
|
||||
},
|
||||
"west" : {
|
||||
"output" : "/actions/main/in/TeleportLeft"
|
||||
}
|
||||
},
|
||||
"mode" : "dpad",
|
||||
"parameters" : {
|
||||
"sub_mode" : "touch"
|
||||
},
|
||||
"path" : "/user/hand/left/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"east" : {
|
||||
"output" : "/actions/main/in/teleportright"
|
||||
},
|
||||
"north" : {
|
||||
"output" : "/actions/main/in/teleportright"
|
||||
},
|
||||
"south" : {
|
||||
"output" : "/actions/main/in/teleportright"
|
||||
},
|
||||
"west" : {
|
||||
"output" : "/actions/main/in/teleportright"
|
||||
}
|
||||
},
|
||||
"mode" : "dpad",
|
||||
"parameters" : {
|
||||
"sub_mode" : "touch"
|
||||
},
|
||||
"path" : "/user/hand/right/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/AlternateGripRight"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/a"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/AlternateGripLeft"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/a"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/LaserBeamRight"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/LaserBeamLeft"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/UseHeldObjectLeft"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/UseHeldObjectRight"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/main/in/motioncontrollerthumbleft_x,motioncontrollerthumbleft_y x y_axis2d"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/main/in/controllermovementleft axis"
|
||||
}
|
||||
},
|
||||
"mode" : "joystick",
|
||||
"parameters" : {
|
||||
"deadzone_pct" : "10"
|
||||
},
|
||||
"path" : "/user/hand/left/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/main/in/controllermovementright axis"
|
||||
}
|
||||
},
|
||||
"mode" : "joystick",
|
||||
"parameters" : {
|
||||
"deadzone_pct" : "10"
|
||||
},
|
||||
"path" : "/user/hand/right/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/primarygripleft"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "1",
|
||||
"click_deactivate_threshold" : "1"
|
||||
},
|
||||
"path" : "/user/hand/left/input/grip"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/primarygripright"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "1",
|
||||
"click_deactivate_threshold" : "1"
|
||||
},
|
||||
"path" : "/user/hand/right/input/grip"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"category" : "steamvr_input",
|
||||
"controller_type" : "knuckles",
|
||||
"description" : "Virtual Reality BP Game Template-14627614",
|
||||
"name" : "Default bindings for ValveIndex",
|
||||
"options" : {},
|
||||
"simulated_actions" : []
|
||||
}
|
|
@ -0,0 +1,221 @@
|
|||
{
|
||||
"name": "Default bindings for OculusTouch",
|
||||
"controller_type": "oculus_touch",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/a",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/x",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/b",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/y",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionLEft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbLeft_X,MotionControllerThumbLeft_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementLeft axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementRight axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"poses": [
|
||||
{
|
||||
"output": "/actions/main/in/controllerleft",
|
||||
"path": "/user/hand/left/pose/raw",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/controllerright",
|
||||
"path": "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"skeleton": [
|
||||
{
|
||||
"output": "/actions/main/in/skeletonleft",
|
||||
"path": "/user/hand/left/input/skeleton/left"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/skeletonright",
|
||||
"path": "/user/hand/right/input/skeleton/right"
|
||||
}
|
||||
],
|
||||
"haptics": [
|
||||
{
|
||||
"output": "/actions/main/out/vibrateleft",
|
||||
"path": "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/out/vibrateright",
|
||||
"path": "/user/hand/right/output/haptic"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Default bindings for Rift Headset",
|
||||
"controller_type": "rift",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": []
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,270 @@
|
|||
{
|
||||
"actions": [
|
||||
{
|
||||
"name": "/actions/main/in/controllerleft",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/controllerright",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special1",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special2",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special3",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special4",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special5",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special6",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special7",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/special8",
|
||||
"type": "pose",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/skeletonleft",
|
||||
"type": "skeleton",
|
||||
"skeleton": "/skeleton/hand/left",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/skeletonright",
|
||||
"type": "skeleton",
|
||||
"skeleton": "/skeleton/hand/right",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/open_console",
|
||||
"type": "boolean",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/out/vibrateleft",
|
||||
"type": "vibration",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/out/vibrateright",
|
||||
"type": "vibration",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/TeleportLeft",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/TeleportRight",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/AlternateGripRight",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/AlternateGripLeft",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/PrimaryGripLeft",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/PrimaryGripRight",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/LaserBeamRight",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/LaserBeamLeft",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/UseHeldObjectLeft",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/UseHeldObjectRight",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/MotionControllerThumbLeft_X,MotionControllerThumbLeft_Y X Y_axis2d",
|
||||
"type": "vector2"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d",
|
||||
"type": "vector2"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/ControllerMovementLeft axis",
|
||||
"type": "vector1"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/ControllerMovementRight axis",
|
||||
"type": "vector1"
|
||||
}
|
||||
],
|
||||
"action_sets": [
|
||||
{
|
||||
"name": "/actions/main",
|
||||
"usage": "leftright"
|
||||
}
|
||||
],
|
||||
"default_bindings": [
|
||||
{
|
||||
"controller_type": "gamepad",
|
||||
"binding_url": "gamepad.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "holographic_controller",
|
||||
"binding_url": "holographic_controller.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "indexhmd",
|
||||
"binding_url": "indexhmd.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "knuckles",
|
||||
"binding_url": "knuckles.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "oculus_touch",
|
||||
"binding_url": "oculus_touch.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "rift",
|
||||
"binding_url": "rift.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive",
|
||||
"binding_url": "vive.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_controller",
|
||||
"binding_url": "vive_controller.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_cosmos_controller",
|
||||
"binding_url": "vive_cosmos_controller.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_pro",
|
||||
"binding_url": "vive_pro.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_tracker_camera",
|
||||
"binding_url": "vive_tracker_camera.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "knuckles",
|
||||
"binding_url": "knuckles.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_controller",
|
||||
"binding_url": "vive_controller.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_cosmos_controller",
|
||||
"binding_url": "vive_cosmos_controller.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "oculus_touch",
|
||||
"binding_url": "oculus_touch.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "holographic_controller",
|
||||
"binding_url": "holographic_controller.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "indexhmd",
|
||||
"binding_url": "indexhmd.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive",
|
||||
"binding_url": "vive.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_pro",
|
||||
"binding_url": "vive_pro.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "rift",
|
||||
"binding_url": "rift.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "vive_tracker_camera",
|
||||
"binding_url": "vive_tracker_camera.json"
|
||||
},
|
||||
{
|
||||
"controller_type": "gamepad",
|
||||
"binding_url": "gamepad.json"
|
||||
}
|
||||
],
|
||||
"localization": [
|
||||
{
|
||||
"language_tag": "en_us",
|
||||
"/actions/main/in/controllerleft": "Left Controller [Pose]",
|
||||
"/actions/main/in/controllerright": "Right Controller [Pose]",
|
||||
"/actions/main/in/special1": "Special 1 [Tracker]",
|
||||
"/actions/main/in/special2": "Special 2 [Tracker]",
|
||||
"/actions/main/in/special3": "Special 3 [Tracker]",
|
||||
"/actions/main/in/special4": "Special 4 [Tracker]",
|
||||
"/actions/main/in/special5": "Special 5 [Tracker]",
|
||||
"/actions/main/in/special6": "Special 6 [Tracker]",
|
||||
"/actions/main/in/special7": "Special 7 [Tracker]",
|
||||
"/actions/main/in/special8": "Special 8 [Tracker]",
|
||||
"/actions/main/in/skeletonleft": "Skeleton (Left)",
|
||||
"/actions/main/in/skeletonright": "Skeleton (Right)",
|
||||
"/actions/main/in/open_console": "Open Console",
|
||||
"/actions/main/out/vibrateleft": "Haptic (Left)",
|
||||
"/actions/main/out/vibrateright": "Haptic (Right)",
|
||||
"/actions/main/in/TeleportLeft": "TeleportLeft",
|
||||
"/actions/main/in/TeleportRight": "TeleportRight",
|
||||
"/actions/main/in/AlternateGripRight": "AlternateGripRight",
|
||||
"/actions/main/in/AlternateGripLeft": "AlternateGripLeft",
|
||||
"/actions/main/in/PrimaryGripLeft": "PrimaryGripLeft",
|
||||
"/actions/main/in/PrimaryGripRight": "PrimaryGripRight",
|
||||
"/actions/main/in/LaserBeamRight": "LaserBeamRight",
|
||||
"/actions/main/in/LaserBeamLeft": "LaserBeamLeft",
|
||||
"/actions/main/in/UseHeldObjectLeft": "UseHeldObjectLeft",
|
||||
"/actions/main/in/UseHeldObjectRight": "UseHeldObjectRight",
|
||||
"/actions/main/in/TriggerInteractionLEft": "TriggerInteractionLEft",
|
||||
"/actions/main/in/TriggerInteractionRight": "TriggerInteractionRight",
|
||||
"/actions/main/in/MotionControllerThumbLeft_X,MotionControllerThumbLeft_Y X Y_axis2d": "MotionControllerThumbLeft",
|
||||
"/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d": "MotionControllerThumbRight",
|
||||
"/actions/main/in/ControllerMovementLeft axis": "ControllerMovementLeft",
|
||||
"/actions/main/in/ControllerMovementRight axis": "ControllerMovementRight",
|
||||
"/actions/main": "Main Game Actions"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Default bindings for Vive Headset",
|
||||
"controller_type": "vive",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": []
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,221 @@
|
|||
{
|
||||
"name": "Default bindings for Vive",
|
||||
"controller_type": "vive_controller",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/left/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/right/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/application_menu",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/application_menu",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionLEft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/left/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbLeft_X,MotionControllerThumbLeft_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/right/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/left/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementLeft axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/right/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementRight axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"poses": [
|
||||
{
|
||||
"output": "/actions/main/in/controllerleft",
|
||||
"path": "/user/hand/left/pose/raw",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/controllerright",
|
||||
"path": "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"skeleton": [
|
||||
{
|
||||
"output": "/actions/main/in/skeletonleft",
|
||||
"path": "/user/hand/left/input/skeleton/left"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/skeletonright",
|
||||
"path": "/user/hand/right/input/skeleton/right"
|
||||
}
|
||||
],
|
||||
"haptics": [
|
||||
{
|
||||
"output": "/actions/main/out/vibrateleft",
|
||||
"path": "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/out/vibrateright",
|
||||
"path": "/user/hand/right/output/haptic"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,221 @@
|
|||
{
|
||||
"name": "Default bindings for Cosmos",
|
||||
"controller_type": "vive_cosmos_controller",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/b",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/y",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionLEft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbLeft_X,MotionControllerThumbLeft_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/left/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementLeft axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/right/input/joystick",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementRight axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"poses": [
|
||||
{
|
||||
"output": "/actions/main/in/controllerleft",
|
||||
"path": "/user/hand/left/pose/raw",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/controllerright",
|
||||
"path": "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"skeleton": [
|
||||
{
|
||||
"output": "/actions/main/in/skeletonleft",
|
||||
"path": "/user/hand/left/input/skeleton/left"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/skeletonright",
|
||||
"path": "/user/hand/right/input/skeleton/right"
|
||||
}
|
||||
],
|
||||
"haptics": [
|
||||
{
|
||||
"output": "/actions/main/out/vibrateleft",
|
||||
"path": "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/out/vibrateright",
|
||||
"path": "/user/hand/right/output/haptic"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Default bindings for Vive Pro Headset",
|
||||
"controller_type": "vive_pro",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": []
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
|
@ -0,0 +1,232 @@
|
|||
{
|
||||
"name": "Default bindings for Vive Trackers",
|
||||
"controller_type": "vive_tracker_camera",
|
||||
"last_edited_by": "UnrealEngine",
|
||||
"bindings":
|
||||
{
|
||||
"/actions/main":
|
||||
{
|
||||
"sources": [
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/left/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/right/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/TeleportRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/AlternateGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/PrimaryGripRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/application_menu",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/application_menu",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/LaserBeamLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/UseHeldObjectRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionLEft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/TriggerInteractionRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/left/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbLeft_X,MotionControllerThumbLeft_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/right/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"position":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerThumbRight_X,MotionControllerThumbRight_Y X Y_axis2d"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/left/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementLeft axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "scalar_constant",
|
||||
"path": "/user/hand/right/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"value":
|
||||
{
|
||||
"output": "/actions/main/in/ControllerMovementRight axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"poses": [
|
||||
{
|
||||
"output": "/actions/main/in/special1",
|
||||
"path": "/user/hand/left/pose/back",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/special2",
|
||||
"path": "/user/hand/right/pose/back",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/special3",
|
||||
"path": "/user/hand/left/pose/front",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/special4",
|
||||
"path": "/user/hand/right/pose/front",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/special5",
|
||||
"path": "/user/hand/left/pose/frontandrolled",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/special6",
|
||||
"path": "/user/hand/right/pose/frontandrolled",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/special7",
|
||||
"path": "/user/hand/left/pose/pistolgrip",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"output": "/actions/main/in/special8",
|
||||
"path": "/user/hand/right/pose/pistolgrip",
|
||||
"requirement": "optional"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "Virtual Reality BP Game Template-11100242"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue