cs [SerializeField] GameObject camera; void Start () { if (!camera) { camera = GameObject.Find("OVRCameraRig"); } }