Search Unity

disable positional tracking, how?

Discussion in 'AR/VR (XR) Discussion' started by linojon, Jun 29, 2015.

  1. linojon

    linojon

    Joined:
    Aug 25, 2014
    Posts:
    118
    I have a mode in my scene where i need to disable positional tracking but continue to have rotational motion tracking. (Its inside a photosphere so the user needs to stay centered). That was easy with the OVR package, is there a way with the integrated UnityEngine.VR?
     
  2. LennartJohansen

    LennartJohansen

    Joined:
    Dec 1, 2014
    Posts:
    2,394
    Make a script on the parent object of the camera that moves the transform position to counteract the position on the camera transform. It should do it