Search Unity

HMD lose 6DOF in gaming

Discussion in 'VR' started by leoleoroy, Dec 5, 2018.

  1. leoleoroy

    leoleoroy

    Joined:
    Jul 21, 2017
    Posts:
    5
    Hello :

    I use Acer AH100, Windows mixed reality and steam VR to make my project.
    I set the position setting in WMR portal.(Standing Only)
    The HMD has 6DOF in beginning but it will lose 6 DOF after a period of time (just only 3DOF).

    I want to know have any method to setting the position setting in gaming?
    Or can avoid lose the 6DOF in gaming.

    Thank you!!
     
  2. Unity_Wesley

    Unity_Wesley

    Unity Technologies

    Joined:
    Sep 17, 2015
    Posts:
    558
    Hello,

    This sounds a little bit of a tracking issue on the OS side, there is an api in XRDevice to check the lastest tracking state. That might help figure out what is happening, you could try adjusting the re-projection mode in HolographicSettings to see if that helps.

    Let me know if ytou have more questions.

    Thank you,
    Wesley