Search Unity

Using gyroscope input for a simple scene

Discussion in 'AR/VR (XR) Discussion' started by Zer Creation, Apr 28, 2015.

  1. Zer Creation

    Zer Creation

    Joined:
    Apr 22, 2014
    Posts:
    1
    Hello,

    I have a problem with gyroscope. I have a simple scene with one camera and one plane.
    I would like to handle that situation:
    The user holds his phone and is looking straight to the screen.
    When he turns his head to the left or right with the phone (it goes around a head) then the camera in my scene should change the position.x value.
    How could I achieve it?