Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

UnityEngine.VR.VRSettings.eyeTexture ?

Discussion in '5.4 Beta' started by zezba9000, Mar 24, 2016.

  1. zezba9000

    zezba9000

    Joined:
    Sep 28, 2010
    Posts:
    992
    Would it be possible to give us access to the RenderTexture / RenderTarget Unity is rending its undistorted eyes into?

    Say a either:
    1) UnityEngine.VR.VRSettings.eyeTexture (aka RenderTexture or Texture2D).
    2) UnityEngine.VR.VRSettings.GetNativeEyeTexture() (aka D3D11 pointer to D3D11Texture2D)

    It would be awesome if Unity would add in support for custom HMDs like UE4 has!