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. Dismiss Notice

Question Is using a separate camera for each eye still possible?

Discussion in 'VR' started by Lambdachop, May 21, 2023.

  1. Lambdachop

    Lambdachop

    Joined:
    Jun 2, 2019
    Posts:
    1
    I wanted to trying something where one eye on the HMD displays a stationary camera while the other follows the player's head. In the past I would have used the Left and Right target eye on the camera to use two different cameras for each eye, but I believe that has been deprecated. Is it still possible to use two completely independent cameras for each eye?
     
  2. theloraxgirl

    theloraxgirl

    Joined:
    Jul 16, 2018
    Posts:
    5
    I am also wondering the same thing, did you figure it out?