1
0
forked from cgvr/DeltaVR

enable continuous movement by default, move config.json to game folder

This commit is contained in:
2026-01-27 17:25:33 +02:00
parent 24000ec80c
commit 15b92e92b4
7 changed files with 27 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ public class ContinuoslocomotionConfigurator : MonoBehaviour
{
turnOnButton.onClick.AddListener(enableLocomotion);
turnOffButton.onClick.AddListener(disableLocomotion);
turnOffButton.gameObject.SetActive(false);
turnOnButton.gameObject.SetActive(false);
}
public void UpdateSpeed(float speed)