I have contacted oculus support for a scratch lens. my lens was scratch
by glasses. I don't mind paying for replacement but they don't replace
the lenses I been told. So my Oculus cv1 is basically good for garbage.
I used it for 2 weeks.Not happy cus...
Here a code that you attach to a game object in your scene and it works
for me.using System.Collections;using System.Collections.Generic;using
UnityEngine;public class GamePause : MonoBehaviour{ public GameObject
OVRCameraRig; public GameObject pause...
Here a code that you attach to a game object in your scene and it works
for me.using System.Collections;using System.Collections.Generic;using
UnityEngine;public class GamePause : MonoBehaviour{ public GameObject
OVRCameraRig; public GameObject pause...
@Spoon420 How can I use your script but for the camera rig prefab only?
I am not using the OVRPlayerController in my game, I am only using the
camera rig prefab. Any suggestions?