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:
Move around using the joystick
look around by scrolling
Jump with the jump button
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.
With this merge, mobile controls will be included as a core feature of the
spacetime-sdk
. Closes #183You can now do the following things on mobile:
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.