Skip to content

Tutorial2

Maximilian Maroe edited this page Jun 3, 2020 · 6 revisions

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

Clone this wiki locally