Skip to content

CybershoesVR/Quest_FastSDK_UE4

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Cybershoes Quest SDK For UE4

The Fast method

In most cases this works.

How to do it:
Unreal Engine > Engine Input > Bindings

  • add Gamepad Left Thumbstick to your Y-Axis and X-Axis Mappings
  • add Gamepad Left Thumbstick Button (Press) to your toggle "Sprint" Action.
    Cybershoes output a single joystick press for entering sprint mode.

UE4-gamepad-cybershoes-implementation

The Cybershoes receiver outputs a left stick x/y gamepad signal relative to the HMD orientation. This signal tells the game in which direction the shoes are moving.

Walking in the direction of the shoes works well, if the same factor is applied for speed y (forward) as for speed x (sidewards). Either you or we test how the speed feels.

On https://www.cybershoes.com/questsetup/ [Game HINTS] we explain what setting to choose in game.

Blueprint method

Locate your Motion Controller Pawn (or First Person Character) Blueprint

Right click>type Gamepad Events> choose Gamepad Left Thumbstick X-Axis
Right click>type Gamepad Events> choose Gamepad Left Thumbstick Y-Axis

UE4 blueprint method find gamepad event

Out of your Camera, drag Get Forward Vector… and repeat with Get Right Vector
Use float * float to bring up multiplicator to adjust speed (use same value for X & Y !!)
Wire up like below with Add Movement Input

UE4 blueprint method

Cybershoes users are mostly nerved by “artificially” imposed stamina and “run/walk” barriers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published