Tutorial2 - PushyPixels/CookingWithVR GitHub Wiki

Fix for jitter? https://docs.unity3d.com/ScriptReference/XR.XRDevice.DisableAutoXRCameraTracking.html

Add plane to scene (was covered in last tutorial, move to this one)

  • Create movement script
    • UnityEngine.InputSystem
    • InputAction declaration
    • inputAction.Enable()
    • Poll input

First do camera-based

Punt

Create input actions

Add move input