VG Locomotion
VG_Locomotion Component.

Description

VG_Locomotion does not depend on VirtualGrasp library. It is provided as a simple Monobehavior to give a convenience tool for locomotion.

The locomotion supported is of smooth movement with input from

  • Joystick control
  • Keyboard control (Q-W-E-A-S-D)
When you want to enable this script, it is recommended to add it on the same GameObject where your MyVirtualGrasp script is.

You should not add this component to individual objects because this is a global setting that is not linked to specific objects.

All the sensor and replay avatar setup prefabs in Runtime/Resources/Prefabs/ include this component to support the smooth locomotion.