I have a problem. Using Google VR + Unity. GameObject Camera automatically changes the angle "Y". The device does not change positions. Maybe fluctuations in the hands. The editor is no problem. The device Samsung S6.
public void Update() {
text.text = cameraTransform.eulerAngles.y.ToString();
}