When I create a project in Unity, enable Google Cardboard VR support, and build a project on Android, the camera is controlled by a gyroscope, although I did not write any controllers. Even if I specify a constant rotation of the camera in the update function of the character controller, it still continues to rotate with the gyroscope. How can I disable this feature, because it greatly hinders the implementation of control?