Search Unity

How to disable one eye?

Discussion in 'Daydream' started by wojwen, Oct 1, 2016.

  1. wojwen

    wojwen

    Guest

    I'm trying to disable on eye for testing purposes and I can do it in Unity editor by simply finding eye object by name and destroying it, but when i run it on mobile phone it doesn't work and the eye is still there. Do you know how can I do it?
     
    Last edited by a moderator: Oct 1, 2016
  2. thep3000

    thep3000

    Unity Technologies

    Joined:
    Aug 9, 2013
    Posts:
    400
    Your camera object will have a field named target eye. Switch this to left eye or right eye to render to just one.
     
  3. wojwen

    wojwen

    Guest

    Thanks!
     
  4. eklenr

    eklenr

    Joined:
    Oct 3, 2016
    Posts:
    2
    Thanks! I needed that too