Add hand menu
This commit is contained in:
parent
04ae5f2266
commit
e56362f3bc
|
@ -0,0 +1,82 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 78a4b02a0d9e7044fa19c6d432d0cafa, type: 3}
|
||||
m_Name: MixedRealityInputSimulationProfile
|
||||
m_EditorClassIdentifier:
|
||||
isCustomProfile: 1
|
||||
indicatorsPrefab: {fileID: 0}
|
||||
mouseRotationSensitivity: 0.1
|
||||
mouseX: Mouse X
|
||||
mouseY: Mouse Y
|
||||
mouseScroll: Mouse ScrollWheel
|
||||
interactionButton:
|
||||
bindingType: 1
|
||||
code: 0
|
||||
doublePressTime: 0.4
|
||||
isHandsFreeInputEnabled: 1
|
||||
isCameraControlEnabled: 1
|
||||
mouseLookSpeed: 3
|
||||
mouseLookButton:
|
||||
bindingType: 1
|
||||
code: 1
|
||||
mouseLookToggle: 0
|
||||
isControllerLookInverted: 1
|
||||
cameraOriginOffset: {x: 0, y: 0, z: 0}
|
||||
currentControlMode: 0
|
||||
fastControlKey:
|
||||
bindingType: 2
|
||||
code: 303
|
||||
controlSlowSpeed: 1
|
||||
controlFastSpeed: 5
|
||||
moveHorizontal: Horizontal
|
||||
moveVertical: Vertical
|
||||
moveUpDown: UpDown
|
||||
lookHorizontal: AXIS_4
|
||||
lookVertical: AXIS_5
|
||||
defaultEyeGazeSimulationMode: 0
|
||||
defaultControllerSimulationMode: 2
|
||||
toggleLeftControllerKey:
|
||||
bindingType: 2
|
||||
code: 116
|
||||
toggleRightControllerKey:
|
||||
bindingType: 2
|
||||
code: 121
|
||||
controllerHideTimeout: 0.2
|
||||
leftControllerManipulationKey:
|
||||
bindingType: 2
|
||||
code: 304
|
||||
rightControllerManipulationKey:
|
||||
bindingType: 2
|
||||
code: 32
|
||||
mouseControllerRotationSpeed: 30
|
||||
controllerRotateButton:
|
||||
bindingType: 2
|
||||
code: 306
|
||||
defaultHandGesture: 1
|
||||
leftMouseHandGesture: 3
|
||||
middleMouseHandGesture: 0
|
||||
rightMouseHandGesture: 0
|
||||
handGestureAnimationSpeed: 8
|
||||
holdStartDuration: 0.5
|
||||
navigationStartThreshold: 0.03
|
||||
defaultControllerDistance: 0.5
|
||||
controllerDepthMultiplier: 0.03
|
||||
controllerJitterAmount: 0
|
||||
motionControllerTriggerKey:
|
||||
bindingType: 1
|
||||
code: 0
|
||||
motionControllerGrabKey:
|
||||
bindingType: 2
|
||||
code: 103
|
||||
motionControllerMenuKey:
|
||||
bindingType: 2
|
||||
code: 109
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 55e01b42006abc247bb3cd4b5f7f6aa9
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
|
@ -67,7 +67,7 @@ MonoBehaviour:
|
|||
componentName: Input Simulation Service
|
||||
priority: 0
|
||||
runtimePlatform: 208
|
||||
deviceManagerProfile: {fileID: 11400000, guid: 41478039094d47641bf4e09c20e61a5a, type: 2}
|
||||
deviceManagerProfile: {fileID: 11400000, guid: 55e01b42006abc247bb3cd4b5f7f6aa9, type: 2}
|
||||
- componentType:
|
||||
reference: Microsoft.MixedReality.Toolkit.Input.InputRecordingService, Microsoft.MixedReality.Toolkit.Services.InputAnimation
|
||||
componentName: Input Recording Service
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -138,7 +138,9 @@ PlayerSettings:
|
|||
16:9: 1
|
||||
Others: 1
|
||||
bundleVersion: 0.1
|
||||
preloadedAssets: []
|
||||
preloadedAssets:
|
||||
- {fileID: 3919825601010146741, guid: 3f9164acd8abd4446a837f0de5c295d6, type: 2}
|
||||
- {fileID: -8850236580838408871, guid: c00f5eb6c0921504a9911f55c664e377, type: 2}
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
|
|
Loading…
Reference in New Issue