diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini index 241eaad..c099e65 100644 --- a/Config/DefaultInput.ini +++ b/Config/DefaultInput.ini @@ -77,7 +77,8 @@ DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown DefaultViewportMouseLockMode=LockOnCapture FOVScale=0.011110 DoubleClickTime=0.200000 -+ActionMappings=(ActionName="NewActionMapping_1",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=None) ++ActionMappings=(ActionName="TeleportRpressed",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Right_Trigger_Click) ++ActionMappings=(ActionName="TeleportLPressed",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=OculusTouch_Left_Trigger_Click) +AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) +AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) +AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) diff --git a/Content/Blueprints/BP_Motioncontroller.uasset b/Content/Blueprints/BP_Motioncontroller.uasset index 2013e6b..8d73f5b 100644 Binary files a/Content/Blueprints/BP_Motioncontroller.uasset and b/Content/Blueprints/BP_Motioncontroller.uasset differ diff --git a/Content/Blueprints/BP_PlayerVrBase.uasset b/Content/Blueprints/BP_PlayerVrBase.uasset index 32fd7c2..4bdd368 100644 Binary files a/Content/Blueprints/BP_PlayerVrBase.uasset and b/Content/Blueprints/BP_PlayerVrBase.uasset differ