Skip to content

Commit

Permalink
add teleport function via motioncontrolers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgacho committed Mar 27, 2022
1 parent 6791a45 commit 9829401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Config/DefaultInput.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Binary file modified Content/Blueprints/BP_Motioncontroller.uasset
Binary file not shown.
Binary file modified Content/Blueprints/BP_PlayerVrBase.uasset
Binary file not shown.

0 comments on commit 9829401

Please sign in to comment.