Spacetime-Meta / spacetime-sdk

The spacetime-sdk is a turnkey virtual environment package for building in the Spacetime Metaverse
https://www.spacetimemeta.io/metaverse/spawn-planet
MIT License
11 stars 2 forks source link

183 sdkfeature implement mobile controls #186

Closed Liquid-Blocks closed 2 years ago

Liquid-Blocks commented 2 years ago

With this merge, mobile controls will be included as a core feature of the spacetime-sdk. Closes #183

You can now do the following things on mobile:

  1. Move around using the joystick
  2. look around by scrolling
  3. Jump with the jump button
  4. Access the full menu and its functionalities

This issue also organized the controls logic into new classes (KeyMouseControls, MobileControls) allowing to easily add new controls for VR or other devices in the future.