Created
November 12, 2018 19:22
-
-
Save ciwolsey/cb5b9451d2417df857139ae8baf45b09 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"actions": [ | |
{ | |
"name": "/actions/default/in/InteractUI", | |
"type": "boolean" | |
}, | |
{ | |
"name": "/actions/default/in/Teleport", | |
"type": "boolean" | |
}, | |
{ | |
"name": "/actions/default/in/GrabPinch", | |
"type": "boolean" | |
}, | |
{ | |
"name": "/actions/default/in/GrabGrip", | |
"type": "boolean" | |
}, | |
{ | |
"name": "/actions/default/in/Pose", | |
"type": "pose" | |
}, | |
{ | |
"name": "/actions/default/in/SkeletonLeftHand", | |
"type": "skeleton", | |
"skeleton": "/skeleton/hand/left" | |
}, | |
{ | |
"name": "/actions/default/in/SkeletonRightHand", | |
"type": "skeleton", | |
"skeleton": "/skeleton/hand/right" | |
}, | |
{ | |
"name": "/actions/default/in/Squeeze", | |
"type": "vector1", | |
"requirement": "optional" | |
}, | |
{ | |
"name": "/actions/default/in/HeadsetOnHead", | |
"type": "boolean" | |
}, | |
{ | |
"name": "/actions/default/out/Haptic", | |
"type": "vibration" | |
}, | |
{ | |
"name": "/actions/platformer/in/Move", | |
"type": "vector2" | |
}, | |
{ | |
"name": "/actions/platformer/in/Jump", | |
"type": "boolean" | |
}, | |
{ | |
"name": "/actions/buggy/in/Steering", | |
"type": "vector2" | |
}, | |
{ | |
"name": "/actions/buggy/in/Throttle", | |
"type": "vector1" | |
}, | |
{ | |
"name": "/actions/buggy/in/Brake", | |
"type": "boolean" | |
}, | |
{ | |
"name": "/actions/buggy/in/Reset", | |
"type": "boolean" | |
} | |
], | |
"action_sets": [ | |
{ | |
"name": "/actions/default", | |
"usage": "single" | |
}, | |
{ | |
"name": "/actions/platformer", | |
"usage": "single" | |
}, | |
{ | |
"name": "/actions/buggy", | |
"usage": "single" | |
} | |
], | |
"default_bindings": [ | |
{ | |
"controller_type": "vive_controller", | |
"binding_url": "bindings_vive_controller.json" | |
}, | |
{ | |
"controller_type": "oculus_touch", | |
"binding_url": "bindings_oculus_touch.json" | |
}, | |
{ | |
"controller_type": "knuckles", | |
"binding_url": "bindings_knuckles.json" | |
}, | |
{ | |
"controller_type": "holographic_controller", | |
"binding_url": "bindings_holographic_controller.json" | |
}, | |
{ | |
"controller_type": "vive", | |
"binding_url": "binding_vive.json" | |
}, | |
{ | |
"controller_type": "vive_pro", | |
"binding_url": "binding_vive_pro.json" | |
}, | |
{ | |
"controller_type": "rift", | |
"binding_url": "binding_rift.json" | |
}, | |
{ | |
"controller_type": "holographic_hmd", | |
"binding_url": "binding_holographic_hmd.json" | |
} | |
], | |
"localization": [ | |
{ | |
"language_tag": "en_US", | |
"/actions/buggybuddy/in/Brake": "Brake", | |
"/actions/buggybuddy/in/Reset": "Reset", | |
"/actions/buggybuddy/in/Steering": "Steering", | |
"/actions/buggybuddy/in/Throttle": "Throttle", | |
"/actions/default/in/GrabGrip": "Grab Grip", | |
"/actions/default/in/GrabPinch": "Grab Pinch", | |
"/actions/default/in/HeadsetOnHead": "Headset on head (proximity sensor)", | |
"/actions/default/in/InteractUI": "Interact With UI", | |
"/actions/default/in/Pose": "Pose", | |
"/actions/default/in/SkeletonLeftHand": "Skeleton (Left)", | |
"/actions/default/in/SkeletonRightHand": "Skeleton (Right)", | |
"/actions/default/in/Teleport": "Teleport", | |
"/actions/default/out/Haptic": "Haptic", | |
"/actions/platformer/in/Jump": "Jump", | |
"/actions/platformer/in/Move": "Move" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment