Hi All, We just released a Meta Quest application to the store but our
application is in the App Lab instead of the Meta Quest store.How to
transfer our application to the Meta Quest store from App Lab? Please
let us know the next steps.Can anyone pl...
Hello all, I am adding in-app purchases to my Oculus app. I have created
add-ons and provided all the details, but when I try to publish the
add-on, it says "Please finish filling out your add-on's metadata." I
have already provided the add-on metada...
Hi All, We have submitted a Quest app to the Oculus store. We have
managed the FPS 72 and followed all the Virtual Reality checks but our
app is in App Lab.Can anyone Please let me know the reason why our app
is in App Lab?Thank you.
Hi All, I am working on one Oculus project in that I am getting the
following issue : The OVRPlayerController is not moving with
OVRCameraRig. I am using the Unity version(2019.4.15f1) and OVRPlugin
version (1.66.0).I have added the CharacterCameraCo...
Hi All, I am working on one Oculus project in that I am getting the
following issue:The OVRPlayerController is not moving with OVRCameraRig.
I am using the Unity version(2019.4.15f1) and OVRPlugin version
(1.66.0).I have added the CharacterCameraCons...
Here is my sample codeThis is a base class. This class cannot attach to
any object, because it is abstract class. (Please read till the
end)using UnityEngine;public abstract class BaseOVRFocusHandler :
MonoBehaviour{ private bool isPaused = false; pr...