Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

The single pass mode in Mock HMD is not recogized

Discussion in 'EditorXR' started by nasos_333, May 26, 2020.

  1. nasos_333

    nasos_333

    Joined:
    Feb 13, 2013
    Posts:
    13,034
    Hi,

    I try to check the VR status in my code in Mock HMD and seems always returns MultiPass no matter what is selected in the settings of Mock HMD, e.g. Single Pass Instanced.

    Code (csharp):
    1.  
    2.  Debug.Log(UnityEditor.PlayerSettings.stereoRenderingPath);
    3.  
    Perhaps that is why no matter what i do i get a black in right eye.

    Is this a known bug ?

    Thanks in advance
     
  2. amirebrahimi_unity

    amirebrahimi_unity

    Unity Technologies

    Joined:
    Aug 12, 2015
    Posts:
    400
  3. nasos_333

    nasos_333

    Joined:
    Feb 13, 2013
    Posts:
    13,034